summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spec/plugins/source/example_spec.rb4
-rw-r--r--spec/update/git_spec.rb2
2 files changed, 3 insertions, 3 deletions
diff --git a/spec/plugins/source/example_spec.rb b/spec/plugins/source/example_spec.rb
index 2b59244782..fd30892f63 100644
--- a/spec/plugins/source/example_spec.rb
+++ b/spec/plugins/source/example_spec.rb
@@ -97,7 +97,7 @@ RSpec.describe "real source plugins" do
lockfile_should_be <<-G
GEM
- remote: file:#{gem_repo2}/
+ remote: file://localhost#{gem_repo2}/
specs:
PLUGIN SOURCE
@@ -392,7 +392,7 @@ RSpec.describe "real source plugins" do
lockfile_should_be <<-G
GEM
- remote: file:#{gem_repo2}/
+ remote: file://localhost#{gem_repo2}/
specs:
PLUGIN SOURCE
diff --git a/spec/update/git_spec.rb b/spec/update/git_spec.rb
index f8a6f534ee..b4cbb79434 100644
--- a/spec/update/git_spec.rb
+++ b/spec/update/git_spec.rb
@@ -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)