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/plugins | |
parent | c15f4a67432be1c125a606016c1db0fbdfe7f665 (diff) | |
download | bundler-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/plugins')
-rw-r--r-- | spec/plugins/source/example_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/plugins/source/example_spec.rb b/spec/plugins/source/example_spec.rb index 1ef7c2134d..64002d8f46 100644 --- a/spec/plugins/source/example_spec.rb +++ b/spec/plugins/source/example_spec.rb @@ -169,7 +169,7 @@ RSpec.describe "real source plugins" do it "bundler package copies repository to vendor cache" do bundle! :install, forgotten_command_line_options(:path => "vendor/bundle") bundle "config set cache_all true" - bundle! :package + bundle! :cache expect(bundled_app("vendor/cache/a-path-gem-1.0-#{uri_hash}")).to exist |