summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Moore <tmoore@incrementalism.net>2015-06-05 20:19:20 +1000
committerTim Moore <tmoore@incrementalism.net>2015-06-05 20:19:20 +1000
commit26a81333510bd788abf543bcb7f8b06215552dc9 (patch)
tree271a8d88357995ea84d6b1fef5700b308b3d2983
parent57cb26f3f7bcc9ea53fb975c4f5ebe078ddaf8e8 (diff)
downloadbundler-26a81333510bd788abf543bcb7f8b06215552dc9.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 f03c4ce017..0dd49c7a40 100644
--- a/spec/other/cli_dispatch_spec.rb
+++ b/spec/other/cli_dispatch_spec.rb
@@ -14,7 +14,7 @@ describe "bundle command names" do
end
it "print a friendly error when ambiguous" do
- bundle "i"
+ bundle "in"
expect(err).to eq("")
expect(out).to match(/Ambiguous command/)
end