summaryrefslogtreecommitdiff
path: root/spec/ruby/library/rubygems
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-10-03 14:24:57 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2019-10-03 14:25:45 -0700
commit182336ccb5a8d46fbcddbdad9e7bbca6d5d5d63f (patch)
treefa3d15fdaeaea1e99cd57019a691c1c30a3ec89f /spec/ruby/library/rubygems
parent804672e7b452c4d0dcb653e14cb9900513bfa8de (diff)
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
Diffstat (limited to 'spec/ruby/library/rubygems')
-rw-r--r--spec/ruby/library/rubygems/gem/bin_path_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/library/rubygems/gem/bin_path_spec.rb b/spec/ruby/library/rubygems/gem/bin_path_spec.rb
index ab8887f029..ab4ea9397e 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
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