aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_hash.rb
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-10-31 15:17:26 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-10-31 15:17:26 +0000
commit478606bfd54b4ca11d993c584537de6675e75113 (patch)
treeb36f23757bb26aa9580de96e0394cf7ef435c165 /test/ruby/test_hash.rb
parent58c5011b3e26643b1c50aac8d0aab094b6899dd0 (diff)
downloadruby-478606bfd54b4ca11d993c584537de6675e75113.tar.gz
fix typos [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56531 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ruby/test_hash.rb')
-rw-r--r--test/ruby/test_hash.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_hash.rb b/test/ruby/test_hash.rb
index c0ccd65fca..fdb65ae6ca 100644
--- a/test/ruby/test_hash.rb
+++ b/test/ruby/test_hash.rb
@@ -826,7 +826,7 @@ class TestHash < Test::Unit::TestCase
assert_equal([], expected - vals)
end
- def test_intialize_wrong_arguments
+ def test_initialize_wrong_arguments
assert_raise(ArgumentError) do
Hash.new(0) { }
end