ruby-changes:58111
From: Takashi <ko1@a...>
Date: Fri, 4 Oct 2019 06:26:40 +0900 (JST)
Subject: [ruby-changes:58111] 182336ccb5 (master): bin_path_spec.rb has failed from the beginning
https://git.ruby-lang.org/ruby.git/commit/?id=182336ccb5 From 182336ccb5a8d46fbcddbdad9e7bbca6d5d5d63f Mon Sep 17 00:00:00 2001 From: Takashi Kokubun <takashikkbn@g...> Date: Thu, 3 Oct 2019 14:24:57 -0700 Subject: bin_path_spec.rb has failed from the beginning for mswin. This spec is not valid for mswin platform. https://ci.appveyor.com/project/ruby/ruby/builds/27748774/job/85khngfpc806m5lj diff --git a/spec/ruby/library/rubygems/gem/bin_path_spec.rb b/spec/ruby/library/rubygems/gem/bin_path_spec.rb index ab8887f..ab4ea93 100644 --- a/spec/ruby/library/rubygems/gem/bin_path_spec.rb +++ b/spec/ruby/library/rubygems/gem/bin_path_spec.rb @@ -11,7 +11,7 @@ describe "Gem.bin_path" do https://github.com/ruby/ruby/blob/trunk/spec/ruby/library/rubygems/gem/bin_path_spec.rb#L11 ENV['BUNDLE_GEMFILE'] = @bundle_gemfile end - guard_not -> { platform_is :windows and ruby_version_is "2.5"..."2.6" } do + guard_not -> { platform_is :windows } do it "finds executables of default gems, which are the only files shipped for default gems" do # For instance, Gem.bin_path("bundler", "bundle") is used by rails new -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/