[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:
parent
131559f671
commit
60d00da083
Notes:
git
2025-03-24 04:25:25 +00:00
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user