Skip to content

Commit

Permalink
Revert "Simplify bin_path_spec.rb guard"
Browse files Browse the repository at this point in the history
This reverts commit a56d742.

I was checking the CI result of the wrong revision. It actually worked
fine https://ci.appveyor.com/project/ruby/ruby/builds/27866303. Never
mind...
  • Loading branch information
k0kubun committed Oct 3, 2019
1 parent a56d742 commit 7db83b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/ruby/library/rubygems/gem/bin_path_spec.rb
Expand Up @@ -11,7 +11,7 @@
ENV['BUNDLE_GEMFILE'] = @bundle_gemfile
end

platform_is_not :windows 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

Expand Down

0 comments on commit 7db83b0

Please sign in to comment.