mirror of
https://github.com/redmine/redmine.git
synced 2025-11-01 10:56:17 +01:00
Refactor: Extract a new IssueMovesController from IssuesController.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3936 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -85,8 +85,8 @@ class RoutingTest < ActionController::IntegrationTest
|
||||
# Extra actions
|
||||
should_route :get, "/projects/23/issues/64/copy", :controller => 'issues', :action => 'new', :project_id => '23', :copy_from => '64'
|
||||
|
||||
should_route :get, "/issues/1/move", :controller => 'issues', :action => 'move', :id => '1'
|
||||
should_route :post, "/issues/1/perform_move", :controller => 'issues', :action => 'perform_move', :id => '1'
|
||||
should_route :get, "/issues/move/new", :controller => 'issue_moves', :action => 'new'
|
||||
should_route :post, "/issues/move", :controller => 'issue_moves', :action => 'create'
|
||||
|
||||
should_route :post, "/issues/1/quoted", :controller => 'issues', :action => 'reply', :id => '1'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user