summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <[email protected]>2025-06-16 13:12:25 +0200
committerHiroshi SHIBATA <[email protected]>2025-06-17 15:09:35 +0900
commit89ce782fedaab1ed48403f956de968f44ca342fe ()
treed560b8540733cee270be9e7ae1aad96cde78e4c9
parent632bf3b54b47ad26e43de54e53737dac2534feae (diff)
[rubygems/rubygems] Reword a couple of specs to further clarify them
https://.com/rubygems/rubygems/commit/e28b5e306f
-rw-r--r--spec/bundler/install/gems/mirror_probe_spec.rb4
1 files changed, 2 insertions, 2 deletions
@@ -60,7 +60,7 @@ RSpec.describe "fetching dependencies with a not available mirror" do
global_config("BUNDLE_MIRROR__HTTP://127__0__0__1:#{@server_port}/" => @mirror_uri)
end
- it "fails to install the gem with a timeout error" do
gemfile <<-G
source "#{@server_uri}"
gem 'weakling'
@@ -83,7 +83,7 @@ RSpec.describe "fetching dependencies with a not available mirror" do
global_config("BUNDLE_MIRROR__ALL" => @mirror_uri)
end
- it "fails to install the gem with a timeout error" do
gemfile <<-G
source "#{@server_uri}"
gem 'weakling'