summaryrefslogtreecommitdiff
path: root/spec/update
diff options
context:
space:
mode:
Diffstat (limited to 'spec/update')
-rw-r--r--spec/update/git_spec.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/update/git_spec.rb b/spec/update/git_spec.rb
index 52c4fc0957..b4cbb79434 100644
--- a/spec/update/git_spec.rb
+++ b/spec/update/git_spec.rb
@@ -291,7 +291,7 @@ RSpec.describe "bundle update" do
@git = build_git "foo", :path => lib_path("bar")
install_gemfile <<-G
- source "file://#{gem_repo2}"
+ source "file://localhost#{gem_repo2}"
git "#{lib_path("bar")}" do
gem 'foo'
end
@@ -319,7 +319,7 @@ RSpec.describe "bundle update" do
foo (2.0)
GEM
- remote: file:#{gem_repo2}/
+ remote: file://localhost#{gem_repo2}/
specs:
rack (1.0.0)
@@ -349,7 +349,7 @@ RSpec.describe "bundle update" do
lockfile_should_be <<-G
GEM
- remote: file:#{gem_repo2}/
+ remote: file://localhost#{gem_repo2}/
specs:
rack (1.0.0)