Skip to content

Commit e28b5e3

Browse files
Reword a couple of specs to further clarify them
1 parent 30da9a1 commit e28b5e3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bundler/spec/install/gems/mirror_probe_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
global_config("BUNDLE_MIRROR__HTTP://127__0__0__1:#{@server_port}/" => @mirror_uri)
6161
end
6262

63-
it "fails to install the gem with a timeout error" do
63+
it "fails to install the gem with a timeout error when the mirror is not responding" do
6464
gemfile <<-G
6565
source "#{@server_uri}"
6666
gem 'weakling'
@@ -83,7 +83,7 @@
8383
global_config("BUNDLE_MIRROR__ALL" => @mirror_uri)
8484
end
8585

86-
it "fails to install the gem with a timeout error" do
86+
it "fails to install the gem with a timeout error when the mirror is not responding" do
8787
gemfile <<-G
8888
source "#{@server_uri}"
8989
gem 'weakling'

0 commit comments

Comments
 (0)