summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Moore <tmoore@incrementalism.net>2015-06-05 20:19:20 +1000
committerSamuel Giddins <segiddins@segiddins.me>2016-07-05 15:11:19 -0300
commitcc3abfc62c959b567c768a87f505999ceee49c1f (patch)
tree62144bb65ee68a7911d0a0ea910301196a29efdb
parent65e2ecf9142159a50213f36e274d38afe63de310 (diff)
downloadbundler-cc3abfc62c959b567c768a87f505999ceee49c1f.tar.gz
Fix the failing spec.
Since 9179412, `bundle i` is explicitly aliased and no longer ambiguous.
-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