From aa39149b2f20963d883130f24679292c3ed39bd0 Mon Sep 17 00:00:00 2001 From: Arun Agrawal Date: Fri, 16 Dec 2011 10:30:20 +0530 Subject: Warning removed "warning: (...) interpreted as grouped expression" --- actionpack/test/dispatch/debug_exceptions_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack') 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 -- cgit v1.2.3