mirror of
https://github.com/meineerde/redmine.git
synced 2026-02-01 03:57:15 +00: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:
parent
7a556764ef
commit
d2298e419c
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user