diff options
| -rw-r--r-- | spec/bundler/install/gems/standalone_spec.rb | 2 |
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 |
