mirror of
https://github.com/redmine/redmine.git
synced 2026-03-11 07:00:59 +01:00
Merged r3946 from trunk.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/1.0-stable@3996 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -101,6 +101,9 @@ class RoutingTest < ActionController::IntegrationTest
|
||||
should_route :post, "/projects/project-name/issues/gantt", :controller => 'gantts', :action => 'show', :project_id => 'project-name'
|
||||
|
||||
should_route :get, "/issues/auto_complete", :controller => 'auto_completes', :action => 'issues'
|
||||
|
||||
should_route :get, "/issues/preview/123", :controller => 'previews', :action => 'issue', :id => '123'
|
||||
should_route :post, "/issues/preview/123", :controller => 'previews', :action => 'issue', :id => '123'
|
||||
end
|
||||
|
||||
context "issue categories" do
|
||||
|
||||
Reference in New Issue
Block a user