From d2298e419c108dd3351cff688ff198a09f06eec8 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Fri, 29 Dec 2017 15:09:57 +0000 Subject: [PATCH] source code comment slight change (#27865) git-svn-id: http://svn.redmine.org/redmine/trunk@17136 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/integration/welcome_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/welcome_test.rb b/test/integration/welcome_test.rb index 6b370e5d4..ef181e71c 100644 --- a/test/integration/welcome_test.rb +++ b/test/integration/welcome_test.rb @@ -25,7 +25,7 @@ class WelcomeTest < Redmine::IntegrationTest get '/robots.txt' assert_response :success assert_equal 'text/plain', @response.content_type - # It seems Redmine::Utils.relative_url_root does not effect on Rails 5.1.4 + # Redmine::Utils.relative_url_root does not effect on Rails 5.1.4. assert @response.body.match(%r{^Disallow: /projects/ecookbook/issues\r?$}) end end -- 2.39.5