aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test
diff options
context:
space:
mode:
Diffstat (limited to 'activesupport/test')
-rw-r--r--activesupport/test/rescuable_test.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/activesupport/test/rescuable_test.rb b/activesupport/test/rescuable_test.rb
index 2289a825db..ff77e16edd 100644
--- a/activesupport/test/rescuable_test.rb
+++ b/activesupport/test/rescuable_test.rb
@@ -7,9 +7,6 @@ class NuclearExplosion < StandardError
end
class MadRonon < StandardError
- def initialize(message)
- super(message)
- end
end
class Stargate