diff options
author | David RodrÃguez <deivid.rodriguez@riseup.net> | 2019-10-20 13:26:11 +0200 |
---|---|---|
committer | David RodrÃguez <deivid.rodriguez@riseup.net> | 2019-10-20 17:49:14 +0200 |
commit | c9f6d2b4c5e540ba6a165c7a58432bf0081a7e32 (patch) | |
tree | 09de741504c82640e8a34f18932904db6ba5327a /spec/install/gemfile/git_spec.rb | |
parent | c15f4a67432be1c125a606016c1db0fbdfe7f665 (diff) | |
download | bundler-normalize_bundle_cache.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/install/gemfile/git_spec.rb')
-rw-r--r-- | spec/install/gemfile/git_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/install/gemfile/git_spec.rb b/spec/install/gemfile/git_spec.rb index 014724a292..08789820d8 100644 --- a/spec/install/gemfile/git_spec.rb +++ b/spec/install/gemfile/git_spec.rb @@ -1391,7 +1391,7 @@ In Gemfile: end G bundle "config set cache_all true" - bundle :package + bundle :cache simulate_new_machine bundle! "install", :env => { "PATH" => "" } |