summaryrefslogtreecommitdiff
path: root/spec/lock
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-10-20 13:26:11 +0200
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-10-20 17:49:14 +0200
commitc9f6d2b4c5e540ba6a165c7a58432bf0081a7e32 (patch)
tree09de741504c82640e8a34f18932904db6ba5327a /spec/lock
parentc15f4a67432be1c125a606016c1db0fbdfe7f665 (diff)
downloadbundler-c9f6d2b4c5e540ba6a165c7a58432bf0081a7e32.tar.gz
Normalize "bundle cache" vs "bundle package"normalize_bundle_cache
Use the preferred `bundle cache` everywhere, but leave package as an alias. Remove duplicated tests.
Diffstat (limited to 'spec/lock')
-rw-r--r--spec/lock/lockfile_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lock/lockfile_spec.rb b/spec/lock/lockfile_spec.rb
index df30bc0400..e291fb7917 100644
--- a/spec/lock/lockfile_spec.rb
+++ b/spec/lock/lockfile_spec.rb
@@ -621,7 +621,7 @@ RSpec.describe "the lockfile format" do
G
bundle "config set cache_all true"
- bundle! :package
+ bundle! :cache
bundle! :install, :local => true
lockfile_should_be <<-G