1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

add comment to the empty each method for not removing it in future

This commit is contained in:
Rajarshi Das 2014-07-26 10:23:35 +05:30
parent 48cd7d337d
commit f6a52f1e9d

View file

@ -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