summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spec/other/cli_dispatch_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/other/cli_dispatch_spec.rb b/spec/other/cli_dispatch_spec.rb
index 9d57a90420..05dac51559 100644
--- a/spec/other/cli_dispatch_spec.rb
+++ b/spec/other/cli_dispatch_spec.rb
@@ -15,7 +15,7 @@ describe "bundle command names" do
end
it "print a friendly error when ambiguous" do
- bundle "i"
+ bundle "in"
expect(err).to lack_errors
expect(out).to match(/Ambiguous command/)
end