diff options
Diffstat (limited to 'activesupport/test/rescuable_test.rb')
-rw-r--r-- | activesupport/test/rescuable_test.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/activesupport/test/rescuable_test.rb b/activesupport/test/rescuable_test.rb index 283afca642..7e5c3d1a8f 100644 --- a/activesupport/test/rescuable_test.rb +++ b/activesupport/test/rescuable_test.rb @@ -97,7 +97,6 @@ class CoolStargate < Stargate end end - class RescuableTest < ActiveSupport::TestCase def setup @stargate = Stargate.new |