So I did some deeper investigation and it seems that it actually is not an issue with the before block but with 'its'
I have an example here: http://github.com/bcardarella/thingy subject is updated in the before block and that update is reflected in 'it' but not in 'its' I also opened a Lighthouse ticket for this - Brian On Apr 1, 8:57 am, David Chelimsky <[email protected]> wrote: > Looks like a bug. Wanna file a report? This is rspec-1, > sohttp://rspec.lighthouseapp.comis fine. > > Thx > > > > > > On Wed, Mar 31, 2010 at 9:51 PM, Brian Cardarella <[email protected]> > wrote: > > 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 > > _______________________________________________ > 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
