@@ -94,8 +94,6 class RoutingTest < ActionController::IntegrationTest | |||
|
94 | 94 | should_route :get, "/issues/64/edit", :controller => 'issues', :action => 'edit', :id => '64' |
|
95 | 95 | should_route :put, "/issues/1.xml", :controller => 'issues', :action => 'update', :id => '1', :format => 'xml' |
|
96 | 96 | |
|
97 | # TODO: Should use DELETE | |
|
98 | should_route :post, "/issues/64/destroy", :controller => 'issues', :action => 'destroy', :id => '64' | |
|
99 | 97 | should_route :delete, "/issues/1.xml", :controller => 'issues', :action => 'destroy', :id => '1', :format => 'xml' |
|
100 | 98 | |
|
101 | 99 | # Extra actions |
General Comments 0
You need to be logged in to leave comments.
Login now