##// END OF EJS Templates
Routing tests for r9977....
Jean-Philippe Lang -
r9795:004a13b75ca1
parent child
Show More
@@ -31,6 +31,12 class RoutingWorkflowsTest < ActionController::IntegrationTest
31 end
31 end
32 ["get", "post"].each do |method|
32 ["get", "post"].each do |method|
33 assert_routing(
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 { :method => method, :path => "/workflows/copy" },
40 { :method => method, :path => "/workflows/copy" },
35 { :controller => 'workflows', :action => 'copy' }
41 { :controller => 'workflows', :action => 'copy' }
36 )
42 )
General Comments 0
You need to be logged in to leave comments. Login now