1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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
This commit is contained in:
naruse 2013-07-10 07:45:58 +00:00
parent cc47b02969
commit 83240be247

View file

@ -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"