@@ -31,6 +31,12 class RoutingWorkflowsTest < ActionController::IntegrationTest | |||
|
31 | 31 | end |
|
32 | 32 | ["get", "post"].each do |method| |
|
33 | 33 | assert_routing( |
|
34 | { :method => method, :path => "/workflows/permissions" }, | |
|
35 | { :controller => 'workflows', :action => 'permissions' } | |
|
36 | ) | |
|
37 | end | |
|
38 | ["get", "post"].each do |method| | |
|
39 | assert_routing( | |
|
34 | 40 | { :method => method, :path => "/workflows/copy" }, |
|
35 | 41 | { :controller => 'workflows', :action => 'copy' } |
|
36 | 42 | ) |
General Comments 0
You need to be logged in to leave comments.
Login now