diff options
author | Rajarshi Das <mita9051@gmail.com> | 2014-07-26 10:23:35 +0530 |
---|---|---|
committer | Rajarshi Das <mita9051@gmail.com> | 2014-07-26 20:05:31 +0530 |
commit | f6a52f1e9d28d2cf78ed03ab029e2c6692e4045f (patch) | |
tree | 8a9a85260652eaadf8ab943288e6dbd8335de190 /actionpack | |
parent | 48cd7d337d7b2848e16cd38cc50f04fc04d85ff4 (diff) | |
download | rails-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')
-rw-r--r-- | actionpack/test/dispatch/debug_exceptions_test.rb | 3 |
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 |