summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2024-07-18 13:29:38 +0200
committergit <svn-admin@ruby-lang.org>2024-07-18 18:07:08 +0000
commitbb9a9f31ca78f7fbc7084ae4d7b7eb4fc418577a (patch)
tree8e65024466931c515e513657857d983b77793a7e
parentba6ffaf2e06bc579f88f92f79bcbb48c1b7a2e92 (diff)
[rubygems/rubygems] Remove unnecessary `artifice` parameter
It's automatically detected from Gemfile. https://github.com/rubygems/rubygems/commit/72301a2e3b
-rw-r--r--spec/bundler/install/gems/standalone_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/install/gems/standalone_spec.rb b/spec/bundler/install/gems/standalone_spec.rb
index b031df0080..d1ea647cd3 100644
--- a/spec/bundler/install/gems/standalone_spec.rb
+++ b/spec/bundler/install/gems/standalone_spec.rb
@@ -171,7 +171,7 @@ RSpec.shared_examples "bundle install --standalone" do
gem "foo"
G
- bundle "lock", dir: cwd, artifice: "compact_index"
+ bundle "lock", dir: cwd
end
it "works and points to the vendored copies, not to the default copies" do