mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
This commit is contained in:
parent
804672e7b4
commit
182336ccb5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue