aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillermo Iguaran <guilleiguaran@gmail.com>2012-12-31 16:48:10 -0500
committerGuillermo Iguaran <guilleiguaran@gmail.com>2012-12-31 16:48:10 -0500
commita27c4f6095e8f15adc4b1e06faf6d63828e94e6a (patch)
treea10130624771a5e490b108b6f059d59e72f6fb7f
parent5a1b885dd620e6ab465c0f64b7cd0f025a46fb37 (diff)
downloadrails-a27c4f6095e8f15adc4b1e06faf6d63828e94e6a.tar.gz
rails-a27c4f6095e8f15adc4b1e06faf6d63828e94e6a.tar.bz2
rails-a27c4f6095e8f15adc4b1e06faf6d63828e94e6a.zip
Fix test for DebugExceptions due to template change
-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