From 83240be247a4d9de3fffedc9f230c5a2f6cefb7d Mon Sep 17 00:00:00 2001 From: naruse Date: Wed, 10 Jul 2013 07:45:58 +0000 Subject: fix test failure introduced at r41873 it needs switching windows or othres because lib/rubygems/test_case.rb:283 switches the platform string. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41889 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/rubygems/test_gem_specification.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/rubygems/test_gem_specification.rb b/test/rubygems/test_gem_specification.rb index 556115bdc6..07f6572448 100644 --- a/test/rubygems/test_gem_specification.rb +++ b/test/rubygems/test_gem_specification.rb @@ -1612,7 +1612,7 @@ end expected = <<-SPEC # -*- encoding: utf-8 -*- -# stub: a 1 x86-darwin-8 lib +# stub: a 1 #{win_platform? ? "x86-mswin32-60" : "x86-darwin-8"} lib Gem::Specification.new do |s| s.name = "a" -- cgit v1.2.3