summaryrefslogtreecommitdiff
path: root/spec/plugins
diff options
context:
space:
mode:
authorSHIBATA Hiroshi <hsbt@ruby-lang.org>2017-12-07 17:23:44 +0900
committerSHIBATA Hiroshi <hsbt@ruby-lang.org>2017-12-11 14:01:51 +0900
commitaca04dca68039bbf451c498303c03e3b87200d12 (patch)
tree988f84a4753602f3266ccf9ce559f393f2ae6ab4 /spec/plugins
parent6030bfdf30d557b5fb8607db8da3393ec56d9dd5 (diff)
downloadbundler-aca04dca68039bbf451c498303c03e3b87200d12.tar.gz
Fixed failing examples with Ruby 2.5.
It's introduced by URI::Generic channges. https://github.com/ruby/ruby/commit/ed48bfa5e8770a345424abd7f24f94ea9bbf5973
Diffstat (limited to 'spec/plugins')
-rw-r--r--spec/plugins/source/example_spec.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/spec/plugins/source/example_spec.rb b/spec/plugins/source/example_spec.rb
index 0dbd9a2a0f..2b59244782 100644
--- a/spec/plugins/source/example_spec.rb
+++ b/spec/plugins/source/example_spec.rb
@@ -52,7 +52,7 @@ RSpec.describe "real source plugins" do
build_lib "a-path-gem"
gemfile <<-G
- source "file://#{gem_repo2}" # plugin source
+ source "file://localhost#{gem_repo2}" # plugin source
source "#{lib_path("a-path-gem-1.0")}", :type => :mpath do
gem "a-path-gem"
end
@@ -78,7 +78,7 @@ RSpec.describe "real source plugins" do
a-path-gem (1.0)
GEM
- remote: file:#{gem_repo2}/
+ remote: file://localhost#{gem_repo2}/
specs:
PLATFORMS
@@ -346,7 +346,7 @@ RSpec.describe "real source plugins" do
build_git "ma-gitp-gem"
gemfile <<-G
- source "file://#{gem_repo2}" # plugin source
+ source "file://localhost#{gem_repo2}" # plugin source
source "file://#{lib_path("ma-gitp-gem-1.0")}", :type => :gitp do
gem "ma-gitp-gem"
end
@@ -372,7 +372,7 @@ RSpec.describe "real source plugins" do
ma-gitp-gem (1.0)
GEM
- remote: file:#{gem_repo2}/
+ remote: file://localhost#{gem_repo2}/
specs:
PLATFORMS