diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2017-12-29 15:09:57 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2017-12-29 15:09:57 +0000 |
commit | d2298e419c108dd3351cff688ff198a09f06eec8 (patch) | |
tree | d21ac9589754c943458ef3f5adcaa2d07467f08f /test/integration | |
parent | 7a556764ef16865c63ce0c334850416570ae8ae0 (diff) | |
download | redmine-d2298e419c108dd3351cff688ff198a09f06eec8.tar.gz redmine-d2298e419c108dd3351cff688ff198a09f06eec8.zip |
source code comment slight change (#27865)
git-svn-id: http://svn.redmine.org/redmine/trunk@17136 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/integration')
-rw-r--r-- | test/integration/welcome_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |