summaryrefslogtreecommitdiffstats
path: root/test/functional/welcome_controller_test.rb
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2010-04-30 18:08:40 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2010-04-30 18:08:40 +0000
commit80f7faf10aa5a572b25adf2b08a80777472af7b1 (patch)
treeb461350872f96d840a553c92cba715b4ec583f53 /test/functional/welcome_controller_test.rb
parent0a47389a65f364514e844a84dfbf5e7df1fc91ba (diff)
downloadredmine-80f7faf10aa5a572b25adf2b08a80777472af7b1.tar.gz
redmine-80f7faf10aa5a572b25adf2b08a80777472af7b1.zip
Fixes EOL style related test failures.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3719 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/functional/welcome_controller_test.rb')
-rw-r--r--test/functional/welcome_controller_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/welcome_controller_test.rb b/test/functional/welcome_controller_test.rb
index 5fef176ab..07faf5004 100644
--- a/test/functional/welcome_controller_test.rb
+++ b/test/functional/welcome_controller_test.rb
@@ -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