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:
parent
500c3cb6a5
commit
c11c8b69ea
Notes:
git
2019-08-31 04:40:14 +09:00
1 changed files with 6 additions and 6 deletions
|
@ -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") }
|
||||
|
|
Loading…
Add table
Reference in a new issue