summaryrefslogtreecommitdiff
path: root/spec/bundler/other/cli_dispatch_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/bundler/other/cli_dispatch_spec.rb')
-rw-r--r--spec/bundler/other/cli_dispatch_spec.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/spec/bundler/other/cli_dispatch_spec.rb b/spec/bundler/other/cli_dispatch_spec.rb
index 548539ac89..0082606d7e 100644
--- a/spec/bundler/other/cli_dispatch_spec.rb
+++ b/spec/bundler/other/cli_dispatch_spec.rb
@@ -17,13 +17,4 @@ RSpec.describe "bundle command names" do
bundle "in"
expect(err).to eq("Ambiguous command in matches [info, init, inject, install]")
end
-
- context "when cache_command_is_package is set" do
- before { bundle! "config set cache_command_is_package true" }
-
- it "dispatches `bundle cache` to the package command" do
- bundle "cache --verbose"
- expect(out).to start_with "Running `bundle package --verbose`"
- end
- end
end