summaryrefslogtreecommitdiff
path: root/spec/install/gemfile/lockfile_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/install/gemfile/lockfile_spec.rb')
-rw-r--r--spec/install/gemfile/lockfile_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/install/gemfile/lockfile_spec.rb b/spec/install/gemfile/lockfile_spec.rb
index 96cd5067be..b9545b91c2 100644
--- a/spec/install/gemfile/lockfile_spec.rb
+++ b/spec/install/gemfile/lockfile_spec.rb
@@ -2,7 +2,7 @@
RSpec.describe "bundle install with a lockfile present" do
let(:gf) { <<-G }
- source "file://#{gem_repo1}"
+ source "#{file_uri_for(gem_repo1)}"
gem "rack", "1.0.0"
G