[rspec-users] @request not available in before(:all) but is available in before(:each) in RSpec-Rails
Brian Cardarella
bcardarella at gmail.com
Wed Oct 28 15:05:46 EDT 2009
More playing with RSpec-Rails.
I've noticed that I do not have access to the @request object in before
(:all) but do in before(:each)
Is this expected behavior?
More information about the rspec-users
mailing list