From 64766e82d6b80e89eea98dfb4798ac0e40d88a59 Mon Sep 17 00:00:00 2001 From: Akira Matsuda Date: Mon, 21 Sep 2015 03:02:11 +0900 Subject: :hocho: Typos --- activesupport/test/core_ext/object/try_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport/test') 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 -- cgit v1.2.3