From f6a52f1e9d28d2cf78ed03ab029e2c6692e4045f Mon Sep 17 00:00:00 2001 From: Rajarshi Das Date: Sat, 26 Jul 2014 10:23:35 +0530 Subject: add comment to the empty each method for not removing it in future --- actionpack/test/dispatch/debug_exceptions_test.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'actionpack/test/dispatch') diff --git a/actionpack/test/dispatch/debug_exceptions_test.rb b/actionpack/test/dispatch/debug_exceptions_test.rb index 8660deb634..4620d0494a 100644 --- a/actionpack/test/dispatch/debug_exceptions_test.rb +++ b/actionpack/test/dispatch/debug_exceptions_test.rb @@ -9,7 +9,8 @@ class DebugExceptionsTest < ActionDispatch::IntegrationTest @detailed = detailed @closed = false end - + + #This method should not remove as the body must respond to this def each end -- cgit v1.2.3