mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Revert "Simplify bin_path_spec.rb guard"
This reverts commit a56d742e69
.
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...
This commit is contained in:
parent
a56d742e69
commit
7db83b04d0
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ describe "Gem.bin_path" do
|
|||
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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue