aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext/object/try_test.rb
diff options
context:
space:
mode:
authorAkira Matsuda <ronnie@dio.jp>2015-09-21 03:02:11 +0900
committerAkira Matsuda <ronnie@dio.jp>2015-09-21 03:17:39 +0900
commit64766e82d6b80e89eea98dfb4798ac0e40d88a59 (patch)
tree045b5cdcf4f51c03e73108ba36fa3fd3c03a0707 /activesupport/test/core_ext/object/try_test.rb
parent4a4f8500a01eb66deb945a6b80d98dc7906644e4 (diff)
downloadrails-64766e82d6b80e89eea98dfb4798ac0e40d88a59.tar.gz
rails-64766e82d6b80e89eea98dfb4798ac0e40d88a59.tar.bz2
rails-64766e82d6b80e89eea98dfb4798ac0e40d88a59.zip
:hocho: Typos
Diffstat (limited to 'activesupport/test/core_ext/object/try_test.rb')
-rw-r--r--activesupport/test/core_ext/object/try_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/test/core_ext/object/try_test.rb b/activesupport/test/core_ext/object/try_test.rb
index 5ea0f0eca6..25bf0207b8 100644
--- a/activesupport/test/core_ext/object/try_test.rb
+++ b/activesupport/test/core_ext/object/try_test.rb
@@ -121,7 +121,7 @@ class ObjectTryTest < ActiveSupport::TestCase
assert_equal 5, Decorator.new(@string).size
end
- def test_try_with_overriden_method_on_delegator
+ def test_try_with_overridden_method_on_delegator
assert_equal 'overridden reverse', Decorator.new(@string).reverse
end