aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2011-10-03 08:24:35 -0700
committerSantiago Pastorino <santiago@wyeworks.com>2011-10-03 08:24:35 -0700
commit177ccbf773169a46052a57b369dd0db2f5f896dd (patch)
tree7c4ffa4e45ab27a594a9986fd1f6b2b39e2361bf
parent6f429f375e43529f2dd1a2f37cbaabeef40c6ea9 (diff)
parentbb5e295d9444c373d49b8fbfbd10a90613194e3d (diff)
downloadrails-177ccbf773169a46052a57b369dd0db2f5f896dd.tar.gz
rails-177ccbf773169a46052a57b369dd0db2f5f896dd.tar.bz2
rails-177ccbf773169a46052a57b369dd0db2f5f896dd.zip
Merge pull request #3200 from docwhat/spelling-booboo
Rescuable spelling error
-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