1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
This commit is contained in:
Benoit Daloze 2019-09-29 19:56:15 +02:00
parent 869e4f6e4c
commit 54d49aeb52
2 changed files with 15 additions and 12 deletions

View file

@ -171,6 +171,7 @@ SpecificExampleException
Specs
StrChild
StrangeEach
StringIO
StringRefinement
StringScanner
StringSubclass

View file

@ -11,6 +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
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
@ -30,3 +31,4 @@ describe "Gem.bin_path" do
end
end
end
end