summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Moore <tmoore@incrementalism.net>2015-06-05 20:19:20 +1000
committerAgis Anastasopoulos <agis.anast@gmail.com>2015-10-24 21:08:19 +0300
commit59f3f86d5d6f56a11ce8bcf6d6856f9ac27787ac (patch)
tree567e4aae7ae1744387f084c9664806a3ffea98ef
parentd53b7689a48c7febd42b4edfd7429dd70a31d0f0 (diff)
downloadbundler-59f3f86d5d6f56a11ce8bcf6d6856f9ac27787ac.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 c8556e08a2..f5b388bec6 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 lack_errors
expect(out).to match(/Ambiguous command/)
end