Displaying 1 result from an estimated 1 matches for "groups_controller_spec".
2007 Oct 28
2
failing test with nested controller routes
...)
end
the error:
1)
''Admin::GroupsController handling POST /admin/groups should redirect to the new
group on successful save'' FAILED
expected redirect to "http://test.host/admin/groups/1", got redirect to "http://
test.host/groups/1"
./spec/controllers/admin/groups_controller_spec.rb:246:
test log:
Processing GroupsController#update (for 0.0.0.0 at 2007-10-27 21:53:44) [PUT]
Session ID:
Parameters: {"action"=>"update", "id"=>"1", "controller"=>"admin/groups"}
Redirected to http://test.host/groups/1...