diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/functional/welcome_controller_test.rb | 2 |
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 |