aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/debug_exceptions_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/test/dispatch/debug_exceptions_test.rb')
-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 29fc248acc..f3dc160d7d 100644
--- a/actionpack/test/dispatch/debug_exceptions_test.rb
+++ b/actionpack/test/dispatch/debug_exceptions_test.rb
@@ -152,6 +152,6 @@ class DebugExceptionsTest < ActionDispatch::IntegrationTest
'action_dispatch.backtrace_cleaner' => backtrace_cleaner}
get "/", {}, env
- assert_operator (output.rewind && output.read).lines.count, :>, 10
+ assert_operator((output.rewind && output.read).lines.count, :>, 10)
end
end