summaryrefslogtreecommitdiff
path: root/spec/install
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2020-01-12 15:18:32 +0100
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2020-01-12 16:31:07 +0100
commit7c1e5152b19010c95fbbfb62ddfdd753911d94b3 (patch)
tree11063a93cbe49188b7dea51432c3cec43867ebce /spec/install
parentd4b6a4164ac7fac1de4c352a04e80dfd8b3a601a (diff)
downloadbundler-7c1e5152b19010c95fbbfb62ddfdd753911d94b3.tar.gz
Simplify `gem_command` to pass full args to `gem` together
Diffstat (limited to 'spec/install')
-rw-r--r--spec/install/gems/compact_index_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/install/gems/compact_index_spec.rb b/spec/install/gems/compact_index_spec.rb
index 88f5a5f24b..3f85e9ee38 100644
--- a/spec/install/gems/compact_index_spec.rb
+++ b/spec/install/gems/compact_index_spec.rb
@@ -1035,7 +1035,7 @@ Either installing with `--full-index` or running `bundle update rails` should fi
gem "activemerchant"
end
G
- gem_command! :uninstall, "activemerchant"
+ gem_command! "uninstall activemerchant"
bundle! "update rails", :artifice => "compact_index"
expect(lockfile.scan(/activemerchant \(/).size).to eq(1)
end