summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-07-24 19:48:10 +0200
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-07-24 19:57:03 +0200
commit5978a88f337b21f7210c1452533251f9332594fe (patch)
treebcd71805390d3d641f2cd43ef8ab9adbde24b206
parent42363091dafb843a6ee40a7dfebd387699272271 (diff)
downloadbundler-5978a88f337b21f7210c1452533251f9332594fe.tar.gz
Indentation tweak
-rw-r--r--spec/install/gemfile/path_spec.rb12
1 files changed, 6 insertions, 6 deletions
diff --git a/spec/install/gemfile/path_spec.rb b/spec/install/gemfile/path_spec.rb
index cfd85ac73f..36750eaf8f 100644
--- a/spec/install/gemfile/path_spec.rb
+++ b/spec/install/gemfile/path_spec.rb
@@ -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") }