parent
30392717b9
commit
3a16b68368
3 changed files with 2 additions and 6 deletions
|
@ -157,10 +157,6 @@ class TraceControllerTest < ActionController::TestCase
|
|||
{ :path => "/trace/1/edit", :method => :post },
|
||||
{ :controller => "trace", :action => "edit", :id => "1" }
|
||||
)
|
||||
assert_routing(
|
||||
{ :path => "/trace/1/edit", :method => :patch },
|
||||
{ :controller => "trace", :action => "edit", :id => "1" }
|
||||
)
|
||||
assert_routing(
|
||||
{ :path => "/trace/1/delete", :method => :post },
|
||||
{ :controller => "trace", :action => "delete", :id => "1" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue