[rubygems/rubygems] Fix redundant path configurations

The deployment setting already does this implicitly.

https://github.com/rubygems/rubygems/commit/402b11fa39
This commit is contained in:
David Rodríguez 2025-03-17 15:27:40 +01:00 committed by Hiroshi SHIBATA
parent 131559f671
commit 60d00da083
Notes: git 2025-03-24 04:25:25 +00:00
2 changed files with 0 additions and 2 deletions

View File

@ -96,7 +96,6 @@ RSpec.describe "compact index api" do
bundle :install, artifice: "compact_index"
bundle "config set --local deployment true"
bundle "config set --local path vendor/bundle"
bundle :install, artifice: "compact_index"
expect(out).to include("Fetching gem metadata from #{source_uri}")
expect(the_bundle).to include_gems "myrack 1.0.0"

View File

@ -61,7 +61,6 @@ RSpec.describe "gemcutter's dependency API" do
bundle :install, artifice: "endpoint"
bundle "config set --local deployment true"
bundle "config set --local path vendor/bundle"
bundle :install, artifice: "endpoint"
expect(out).to include("Fetching gem metadata from #{source_uri}")
expect(the_bundle).to include_gems "myrack 1.0.0"