mirror of
https://github.com/redmine/redmine.git
synced 2025-11-10 07:16:03 +01:00
Gantt routes with format.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5280 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -94,7 +94,9 @@ class RoutingTest < ActionController::IntegrationTest
|
||||
should_route :get, "/projects/project-name/issues/calendar", :controller => 'calendars', :action => 'show', :project_id => 'project-name'
|
||||
|
||||
should_route :get, "/issues/gantt", :controller => 'gantts', :action => 'show'
|
||||
should_route :get, "/issues/gantt.pdf", :controller => 'gantts', :action => 'show', :format => 'pdf'
|
||||
should_route :get, "/projects/project-name/issues/gantt", :controller => 'gantts', :action => 'show', :project_id => 'project-name'
|
||||
should_route :get, "/projects/project-name/issues/gantt.pdf", :controller => 'gantts', :action => 'show', :project_id => 'project-name', :format => 'pdf'
|
||||
|
||||
should_route :get, "/issues/auto_complete", :controller => 'auto_completes', :action => 'issues'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user