search for: 082b2f0103579493d5aa2a2851b4e721

Displaying 1 result from an estimated 1 matches for "082b2f0103579493d5aa2a2851b4e721".

2007 Oct 28
2
failing test with nested controller routes
...ost/admin/groups/1] it get redirected to http://test.host/groups/1 instead of admin/groups/1 It does work in the interface, which makes me believe that its not in rails but something in rspec: dev log: Processing GroupsController#create (for 127.0.0.1 at 2007-10-27 22:04:00) [POST] Session ID: 082b2f0103579493d5aa2a2851b4e721 Parameters: {"commit"=>"Create", "action"=>"create", "controller"=>"admin/groups", "group"=>{...}} SQL (0.000337) INSERT INTO groups (...) Redirected to http://127.0.0.1:3000/admin/groups/4 Completed in 0.02443...