Re: [rspec-users] Speccing a redirect in routes

2011-08-10 Thread Matt Wynne
On 9 Aug 2011, at 13:11, David Chelimsky wrote: > On Aug 9, 2011, at 2:00 AM, Chris Mear wrote: > >> On 9 Aug 2011, at 01:02, David Chelimsky wrote: >> >>> On Aug 8, 2011, at 6:00 PM, Matt Wynne wrote: >>> I expected to be able to do something like this in a routing spec: { :ge

[rspec-users] ControllerExampleGroup.bypass_rescue

2011-08-10 Thread Lenny Marks
As best I can tell, bypass_rescue from rspec-rails-1 is no longer part of rspec-rails, '> 2'. I had been using it on occasion for things like: describe CorrespondencesController do ... describe '#show' do it "should raise an AuthorizationError if current user is not the correspondent " do