From 41c42afddab5173c281fd1b6a8af2f522c540cc8 Mon Sep 17 00:00:00 2001 From: a_matsuda Date: Fri, 20 Dec 2013 04:44:09 +0000 Subject: Fix typo in tests * test/ruby/test_proc.rb: s/overriden/overridden/ * test/ruby/test_refinement.rb: ditto git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44293 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_proc.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/ruby/test_proc.rb') diff --git a/test/ruby/test_proc.rb b/test/ruby/test_proc.rb index aca1903df8..b40485f582 100644 --- a/test/ruby/test_proc.rb +++ b/test/ruby/test_proc.rb @@ -1198,12 +1198,12 @@ class TestProc < Test::Unit::TestCase } end - def test_overriden_lambda + def test_overridden_lambda bug8345 = '[ruby-core:54687] [Bug #8345]' assert_normal_exit('def lambda; end; method(:puts).to_proc', bug8345) end - def test_overriden_proc + def test_overridden_proc bug8345 = '[ruby-core:54688] [Bug #8345]' assert_normal_exit('def proc; end; ->{}.curry', bug8345) end -- cgit v1.2.3