Re: [rspec-users] rspec 2.10.0 breaks controller specs...

2012-05-04 Thread David Chelimsky
On Fri, May 4, 2012 at 3:07 PM, Patrick J. Collins wrote: > Apparently 2.10.0 doesn't like this line in devise's > lib/devise/test_helpers.rb >  @request.env['warden'] = Warden::Proxy.new(@request.env, manager) Please file bug reports to https://github.com/rspec/rspec-rails/issues, and please lo

[rspec-users] rspec 2.10.0 breaks controller specs...

2012-05-04 Thread Patrick J. Collins
Apparently 2.10.0 doesn't like this line in devise's lib/devise/test_helpers.rb @request.env['warden'] = Warden::Proxy.new(@request.env, manager) ... This worked fine in 2.8.1, but now all my controller specs give me: Failure/Error: Unable to find matching line from backtrace NoMethodErr