aboutsummaryrefslogtreecommitdiffstats
path: root/test/rubygems/test_gem_resolver.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rubygems/test_gem_resolver.rb')
-rw-r--r--test/rubygems/test_gem_resolver.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/rubygems/test_gem_resolver.rb b/test/rubygems/test_gem_resolver.rb
index 172b46a33d..c35a264741 100644
--- a/test/rubygems/test_gem_resolver.rb
+++ b/test/rubygems/test_gem_resolver.rb
@@ -740,7 +740,7 @@ class TestGemResolver < Gem::TestCase
def test_select_local_platforms
r = Gem::Resolver.new nil, nil
- a1 = util_spec 'a', 1
+ a1 = util_spec 'a', 1
a1_p1 = util_spec 'a', 1 do |s|
s.platform = Gem::Platform.local
@@ -756,7 +756,7 @@ class TestGemResolver < Gem::TestCase
end
def test_search_for_local_platform_partial_string_match
- a1 = util_spec 'a', 1
+ a1 = util_spec 'a', 1
a1_p1 = util_spec 'a', 1 do |s|
s.platform = Gem::Platform.local.os