summaryrefslogtreecommitdiffstats
path: root/test/integration/routing/welcome_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/routing/welcome_test.rb')
-rw-r--r--test/integration/routing/welcome_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/routing/welcome_test.rb b/test/integration/routing/welcome_test.rb
index 68aaf5a13..ad064f35d 100644
--- a/test/integration/routing/welcome_test.rb
+++ b/test/integration/routing/welcome_test.rb
@@ -20,6 +20,6 @@ require File.expand_path('../../../test_helper', __FILE__)
class RoutingWelcomeTest < Redmine::RoutingTest
def test_welcome
should_route 'GET /' => 'welcome#index'
- should_route 'GET /robots.txt' => 'welcome#robots'
+ should_route 'GET /robots.txt' => 'welcome#robots', :format => 'txt'
end
end