Sha256: da178191e2a1d3cc1350bd1814c818df331a5b43d77cc82f26218a8e43886b2e
Contents?: true
Size: 495 Bytes
Versions: 19
Compression:
Stored size: 495 Bytes
Contents
require File.join(File.expand_path(File.dirname(__FILE__)), '..', 'spec_helper') require File.join(File.expand_path(File.dirname(__FILE__)), '..', 'helpers', 'view_helpers') describe RuGUI::BaseViewHelper do describe "with initialization hooks" do it "should call before initialize and after initialize methods" do view_helper = MyViewHelper.new view_helper.before_initialize_called?.should be_true view_helper.after_initialize_called?.should be_true end end end
Version data entries
19 entries across 19 versions & 2 rubygems