[rspec-users] Looking for help on two issues with Rails 2.1 and RSpec 1.14

2008-06-02 Thread Steve Downey
I have specs that ran fine in Rails 2.02/RSpec 1.13 that are failing on Rails 2.1/RSpec 1.14. There is one problem and one issue: problem: sometimes (but not always) I get a NoMethodError referencing a has_many association issue: in helper specs, instance variables don't get set unless the

Re: [rspec-users] Looking for help on two issues with Rails 2.1 and RSpec 1.14

2008-06-02 Thread Ben Mabey
Steve Downey wrote: I have specs that ran fine in Rails 2.02/RSpec 1.13 that are failing on Rails 2.1/RSpec 1.14. There is one problem and one issue: problem: sometimes (but not always) I get a NoMethodError referencing a has_many association issue: in helper specs, instance variables