1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[bundler/bundler] Indentation tweak

https://github.com/bundler/bundler/commit/5978a88f33
This commit is contained in:
David Rodríguez 2019-07-24 19:48:10 +02:00 committed by SHIBATA Hiroshi
parent 500c3cb6a5
commit c11c8b69ea
Notes: git 2019-08-31 04:40:14 +09:00

View file

@ -370,13 +370,13 @@ RSpec.describe "bundle install with explicit source paths" do
end
it "works when the path does not have a gemspec but there is a lockfile" do
lockfile <<-L
PATH
remote: vendor/bar
specs:
lockfile <<~L
PATH
remote: vendor/bar
specs:
GEM
remote: http://rubygems.org
GEM
remote: http://rubygems.org
L
in_app_root { FileUtils.mkdir_p("vendor/bar") }