1)
Test::Unit::AssertionFailedError in 'EventsController route generation
should map { :controller => 'events', :action => 'show', :id => 1 }
to /events/1'
The recognized options <{"action"=>"show", "id"=>"1",
"controller"=>"events"}> did not match <{"action"=>"show", "id"=>1,
"controller"=>"events"}>, difference: <{"id"=>1}>
./spec/controllers/events_routing_spec.rb:15:

2)
Test::Unit::AssertionFailedError in 'EventsController route generation
should map { :controller => 'events', :action => 'edit', :id => 1 }
to /events/1/edit'
The recognized options <{"action"=>"edit", "id"=>"1",
"controller"=>"events"}> did not match <{"action"=>"edit", "id"=>1,
"controller"=>"events"}>, difference: <{"id"=>1}>
./spec/controllers/events_routing_spec.rb:19:

3)
Test::Unit::AssertionFailedError in 'EventsController route generation
should map { :controller => 'events', :action => 'update', :id => 1}
to /events/1'
The recognized options <{"action"=>"update", "id"=>"1",
"controller"=>"events"}> did not match <{"action"=>"update", "id"=>1,
"controller"=>"events"}>, difference: <{"id"=>1}>
./spec/controllers/events_routing_spec.rb:23:

4)
Test::Unit::AssertionFailedError in 'EventsController route generation
should map { :controller => 'events', :action => 'destroy', :id => 1}
to /events/1'
The recognized options <{"action"=>"destroy", "id"=>"1",
"controller"=>"events"}> did not match <{"action"=>"destroy", "id"=>1,
"controller"=>"events"}>, difference: <{"id"=>1}>
./spec/controllers/events_routing_spec.rb:27:

Finished in 0.553004 seconds

13 examples, 4 failures

--~--~---------~--~----~------------~-------~--~----~
Insoshi developer site: http://dogfood.insoshi.com/
Insoshi documentation: http://docs.insoshi.com/

You received this message because you are subscribed to the Google
Groups "Insoshi" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/insoshi?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to