mirror of
https://github.com/redmine/redmine.git
synced 2026-03-03 19:11:28 +01:00
source code comment slight change (#27865)
git-svn-id: http://svn.redmine.org/redmine/trunk@17136 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user