aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2013-01-01 02:14:23 -0800
committerDavid Heinemeier Hansson <david@loudthinking.com>2013-01-01 02:14:23 -0800
commit8d945f4f97748bfc5083fe1d0020368598a79e47 (patch)
treeddcd90f0bc2c43b76955a2145121f95e4a5fea77 /actionpack/test
parent56aa02f1ab66cfda8f5c8bdbd088dfd38b633cb7 (diff)
parent25c8770a6cbbc4922446085addaa5a41d0e4e1b6 (diff)
downloadrails-8d945f4f97748bfc5083fe1d0020368598a79e47.tar.gz
rails-8d945f4f97748bfc5083fe1d0020368598a79e47.tar.bz2
rails-8d945f4f97748bfc5083fe1d0020368598a79e47.zip
Merge pull request #8668 from guilleiguaran/exceptions
New exceptions pages for development
Diffstat (limited to 'actionpack/test')
-rw-r--r--actionpack/test/dispatch/debug_exceptions_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/dispatch/debug_exceptions_test.rb b/actionpack/test/dispatch/debug_exceptions_test.rb
index d236b14e02..39e791b4f4 100644
--- a/actionpack/test/dispatch/debug_exceptions_test.rb
+++ b/actionpack/test/dispatch/debug_exceptions_test.rb
@@ -135,7 +135,7 @@ class DebugExceptionsTest < ActionDispatch::IntegrationTest
}
})
assert_response 500
- assert_match(/RuntimeError\n in FeaturedTileController/, body)
+ assert_match(/RuntimeError\n\s+in FeaturedTileController/, body)
end
test "sets the HTTP charset parameter" do