aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test
diff options
context:
space:
mode:
authorChristian Höltje <docwhat@gerf.org>2011-10-03 10:15:31 -0400
committerChristian Höltje <docwhat@gerf.org>2011-10-03 10:15:31 -0400
commitbb5e295d9444c373d49b8fbfbd10a90613194e3d (patch)
tree7c4ffa4e45ab27a594a9986fd1f6b2b39e2361bf /activesupport/test
parent6f429f375e43529f2dd1a2f37cbaabeef40c6ea9 (diff)
downloadrails-bb5e295d9444c373d49b8fbfbd10a90613194e3d.tar.gz
rails-bb5e295d9444c373d49b8fbfbd10a90613194e3d.tar.bz2
rails-bb5e295d9444c373d49b8fbfbd10a90613194e3d.zip
Rescuable spelling error
Diffstat (limited to 'activesupport/test')
-rw-r--r--activesupport/test/rescuable_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/test/rescuable_test.rb b/activesupport/test/rescuable_test.rb
index bf4f5265ef..c28ffa50f2 100644
--- a/activesupport/test/rescuable_test.rb
+++ b/activesupport/test/rescuable_test.rb
@@ -70,7 +70,7 @@ class CoolStargate < Stargate
end
-class RescueableTest < Test::Unit::TestCase
+class RescuableTest < Test::Unit::TestCase
def setup
@stargate = Stargate.new
@cool_stargate = CoolStargate.new