summaryrefslogtreecommitdiff
path: root/spec/other/cli_dispatch_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/other/cli_dispatch_spec.rb')
-rw-r--r--spec/other/cli_dispatch_spec.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/other/cli_dispatch_spec.rb b/spec/other/cli_dispatch_spec.rb
index 1d4489acc3..548539ac89 100644
--- a/spec/other/cli_dispatch_spec.rb
+++ b/spec/other/cli_dispatch_spec.rb
@@ -2,14 +2,12 @@
RSpec.describe "bundle command names" do
it "work when given fully" do
- ensure_no_gemfile
bundle "install"
expect(err).to eq("Could not locate Gemfile")
expect(last_command.stdboth).not_to include("Ambiguous command")
end
it "work when not ambiguous" do
- ensure_no_gemfile
bundle "ins"
expect(err).to eq("Could not locate Gemfile")
expect(last_command.stdboth).not_to include("Ambiguous command")