Skip to content

Instantly share code, notes, and snippets.

@kofno
Created March 24, 2009 14:04
Show Gist options
  • Save kofno/84100 to your computer and use it in GitHub Desktop.
Save kofno/84100 to your computer and use it in GitHub Desktop.
Test::Unit::AssertionFailedError in 'FormsController route generation should map { :controller => 'forms', :action => 'rollback', :id => 1} to /forms/rollback/1'
The recognized options <{"action"=>"rollback", "id"=>"1", "controller"=>"forms"}> did not match <{"action"=>"rollback", "id"=>1, "controller"=>"forms"}>, difference: <{"id"=>1}>
est::Unit::AssertionFailedError in 'FormsController route generation should map { :controller => 'forms', :action => 'publish', :id => 1} to /forms/publish/1'
The recognized options <{"action"=>"publish", "id"=>"1", "controller"=>"forms"}> did not match <{"action"=>"publish", "id"=>1, "controller"=>"forms"}>, difference: <{"id"=>1}>
Test::Unit::AssertionFailedError in 'CoreViewElementsController route generation should map { :controller => 'core_view_elements', :action => 'destroy', :id => 1} to /core_view_elements/1'
The recognized options <{"action"=>"show", "id"=>"1", "controller"=>"core_view_elements"}> did not match <{"action"=>"destroy", "id"=>1, "controller"=>"core_view_elements"}>, difference: <{"action"=>"destroy", "id"=>1}>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment