aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch
diff options
context:
space:
mode:
authorRajarshi Das <mita9051@gmail.com>2014-07-26 10:23:35 +0530
committerRajarshi Das <mita9051@gmail.com>2014-07-26 20:05:31 +0530
commitf6a52f1e9d28d2cf78ed03ab029e2c6692e4045f (patch)
tree8a9a85260652eaadf8ab943288e6dbd8335de190 /actionpack/test/dispatch
parent48cd7d337d7b2848e16cd38cc50f04fc04d85ff4 (diff)
downloadrails-f6a52f1e9d28d2cf78ed03ab029e2c6692e4045f.tar.gz
rails-f6a52f1e9d28d2cf78ed03ab029e2c6692e4045f.tar.bz2
rails-f6a52f1e9d28d2cf78ed03ab029e2c6692e4045f.zip
add comment to the empty each method for not removing it in future
Diffstat (limited to 'actionpack/test/dispatch')
-rw-r--r--actionpack/test/dispatch/debug_exceptions_test.rb3
1 files changed, 2 insertions, 1 deletions
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