mirror of
https://github.com/redmine/redmine.git
synced 2025-11-02 03:15:57 +01:00
Routing tests for r9977.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9978 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -29,6 +29,12 @@ class RoutingWorkflowsTest < ActionController::IntegrationTest
|
||||
{ :controller => 'workflows', :action => 'edit' }
|
||||
)
|
||||
end
|
||||
["get", "post"].each do |method|
|
||||
assert_routing(
|
||||
{ :method => method, :path => "/workflows/permissions" },
|
||||
{ :controller => 'workflows', :action => 'permissions' }
|
||||
)
|
||||
end
|
||||
["get", "post"].each do |method|
|
||||
assert_routing(
|
||||
{ :method => method, :path => "/workflows/copy" },
|
||||
|
||||
Reference in New Issue
Block a user