RSpec 1 and before :each
On Mar 31, 5:33 pm, David Chelimsky <[email protected]> wrote: > On Mar 31, 2010, at 3:54 PM, Brian Cardarella wrote: > > > Is there a reason why I cannot access the subject in the before block? > > It seems to me that anything that I have access to in the it blocks > > should also be accessible in the before block. > > No reason. You using rspec 1 or 2? Also, before(:each) or before(:all)? > _______________________________________________ > rspec-users mailing list > [email protected]http://rubyforge.org/mailman/listinfo/rspec-users _______________________________________________ rspec-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/rspec-users
