From 0c14c3ab0b1bbf3f2a5b2c0accb2a53528635e44 Mon Sep 17 00:00:00 2001 From: glass Date: Sun, 10 May 2015 03:01:18 +0000 Subject: * ext/win32ole/win32ole_variant.c: fix typo "indicies". the patch is from davydovanton . [fix GH-892] * lib/rubygems/indexer.rb: ditto. * test/rubygems/test_gem_indexer.rb: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50459 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/rubygems/test_gem_indexer.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/rubygems') diff --git a/test/rubygems/test_gem_indexer.rb b/test/rubygems/test_gem_indexer.rb index 5ce0788c08..8b505efd98 100644 --- a/test/rubygems/test_gem_indexer.rb +++ b/test/rubygems/test_gem_indexer.rb @@ -48,11 +48,11 @@ class TestGemIndexer < Gem::TestCase assert indexer.build_modern end - def test_build_indicies + def test_build_indices @indexer.make_temp_directories use_ui @ui do - @indexer.build_indicies + @indexer.build_indices end specs_path = File.join @indexer.directory, "specs.#{@marshal_version}" @@ -198,7 +198,7 @@ class TestGemIndexer < Gem::TestCase assert_match %r%^Generating latest specs index$%, @ui.output assert_match %r%^Generating prerelease specs index$%, @ui.output assert_match %r%^Complete$%, @ui.output - assert_match %r%^Compressing indicies$%, @ui.output + assert_match %r%^Compressing indices$%, @ui.output assert_equal '', @ui.error end -- cgit v1.2.3