diff options
author | Yves Senn <yves.senn@gmail.com> | 2014-07-28 17:22:11 +0200 |
---|---|---|
committer | Yves Senn <yves.senn@gmail.com> | 2014-07-28 17:22:53 +0200 |
commit | 171818c60ca2492a1d92feed3bfacd8d9523fc9a (patch) | |
tree | 9d1e49dc4f82f4e71e39e26796b9497cbaeb3ef9 /actionpack/test | |
parent | 64e2e81bf924f865c217d2949ceaead62bbaf4e9 (diff) | |
parent | f6a52f1e9d28d2cf78ed03ab029e2c6692e4045f (diff) | |
download | rails-171818c60ca2492a1d92feed3bfacd8d9523fc9a.tar.gz rails-171818c60ca2492a1d92feed3bfacd8d9523fc9a.tar.bz2 rails-171818c60ca2492a1d92feed3bfacd8d9523fc9a.zip |
Merge pull request #16303 from rajcybage/removing_master
remove empty unused method
Diffstat (limited to 'actionpack/test')
-rw-r--r-- | actionpack/test/dispatch/debug_exceptions_test.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/test/dispatch/debug_exceptions_test.rb b/actionpack/test/dispatch/debug_exceptions_test.rb index 8660deb634..24526fb00e 100644 --- a/actionpack/test/dispatch/debug_exceptions_test.rb +++ b/actionpack/test/dispatch/debug_exceptions_test.rb @@ -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 |