Fixes EOL style related test failures.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3719 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
0a47389a65
commit
80f7faf10a
|
@ -65,6 +65,6 @@ class WelcomeControllerTest < ActionController::TestCase
|
|||
get :robots
|
||||
assert_response :success
|
||||
assert_equal 'text/plain', @response.content_type
|
||||
assert @response.body.match(%r{^Disallow: /projects/ecookbook/issues$})
|
||||
assert @response.body.match(%r{^Disallow: /projects/ecookbook/issues\r?$})
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue