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

Merge pull request #16303 from rajcybage/removing_master

remove empty unused method
This commit is contained in:
Yves Senn 2014-07-28 17:22:11 +02:00
commit 171818c60c

View file

@ -10,6 +10,8 @@ class DebugExceptionsTest < ActionDispatch::IntegrationTest
@closed = false
end
# We're obliged to implement this (even though it doesn't actually
# get called here) to properly comply with the Rack SPEC
def each
end