diff --git a/test/functional/welcome_controller_test.rb b/test/functional/welcome_controller_test.rb index 5fef176a..07faf500 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