mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Update to ruby/spec@2699ea4
This commit is contained in:
parent
869e4f6e4c
commit
54d49aeb52
2 changed files with 15 additions and 12 deletions
|
@ -171,6 +171,7 @@ SpecificExampleException
|
|||
Specs
|
||||
StrChild
|
||||
StrangeEach
|
||||
StringIO
|
||||
StringRefinement
|
||||
StringScanner
|
||||
StringSubclass
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue