Re: [rspec-users] Route failure with Rails2.3 and rspec1.2

2009-03-16 Thread David Chelimsky
On Mon, Mar 16, 2009 at 9:22 PM, Peer Allan wrote: > Hello all, > > I have a spec for a route that used to pass under Rails 2.2.2 and rspec > 1.1.12, but can¹t figure out what is wrong since I updated. Here is the > assertion: > > route_for( >        { >          :controller         => 'purchase_o

[rspec-users] Route failure with Rails2.3 and rspec1.2

2009-03-16 Thread Peer Allan
Hello all, I have a spec for a route that used to pass under Rails 2.2.2 and rspec 1.1.12, but can¹t figure out what is wrong since I updated. Here is the assertion: route_for( { :controller => 'purchase_orders', :action => 'update', :comp