From c52aa86bff27c1946e53e24e62de843526b65728 Mon Sep 17 00:00:00 2001 From: SHIBATA Hiroshi Date: Mon, 11 Dec 2017 16:13:37 +0900 Subject: Fixed failing examples for Bundler 2 API --- spec/plugins/source/example_spec.rb | 4 ++-- spec/update/git_spec.rb | 2 +- 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) -- cgit v1.2.1