mirror of
https://github.com/redmine/redmine.git
synced 2025-11-12 16:26:03 +01:00
Fixed error on project creation due to unrecognized route.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8192 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -415,6 +415,10 @@ class RoutingTest < ActionController::IntegrationTest
|
||||
should_route :post, "/versions/1/status_by", :controller => 'versions', :action => 'status_by', :id => '1'
|
||||
end
|
||||
|
||||
context "welcome" do
|
||||
should_route :get, "/robots.txt", :controller => 'welcome', :action => 'robots'
|
||||
end
|
||||
|
||||
context "wiki (singular, project's pages)" do
|
||||
should_route :get, "/projects/567/wiki", :controller => 'wiki', :action => 'show', :project_id => '567'
|
||||
should_route :get, "/projects/567/wiki/lalala", :controller => 'wiki', :action => 'show', :project_id => '567', :id => 'lalala'
|
||||
|
||||
Reference in New Issue
Block a user