We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30da9a1 commit e28b5e3Copy full SHA for e28b5e3
1 file changed
bundler/spec/install/gems/mirror_probe_spec.rb
@@ -60,7 +60,7 @@
60
global_config("BUNDLE_MIRROR__HTTP://127__0__0__1:#{@server_port}/" => @mirror_uri)
61
end
62
63
- it "fails to install the gem with a timeout error" do
+ it "fails to install the gem with a timeout error when the mirror is not responding" do
64
gemfile <<-G
65
source "#{@server_uri}"
66
gem 'weakling'
@@ -83,7 +83,7 @@
83
global_config("BUNDLE_MIRROR__ALL" => @mirror_uri)
84
85
86
87
88
89
0 commit comments