summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHomu <homu@barosl.com>2016-03-29 04:27:14 +0900
committerHomu <homu@barosl.com>2016-03-29 04:27:14 +0900
commitd716a0ada398f53cd0ecf5e1708d10426e3833eb (patch)
tree3ac2f73328c7b5305e49f2deb130a8624a0c9170
parent4a4fec7f69752e7da70f0a622b47cd28c318386f (diff)
parente596d0ebf5e2ed8dc59dc48b771ae2bbad27a916 (diff)
downloadbundler-d716a0ada398f53cd0ecf5e1708d10426e3833eb.tar.gz
Auto merge of #4401 - yuuki1224:patch-1, r=segiddins
Fix typo in bundler/cli_spec.rb Fixed typo.
-rw-r--r--spec/bundler/cli_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/cli_spec.rb b/spec/bundler/cli_spec.rb
index 19c6f8277b..f283004da1 100644
--- a/spec/bundler/cli_spec.rb
+++ b/spec/bundler/cli_spec.rb
@@ -9,7 +9,7 @@ describe "bundle executable" do
end
it "returns non-zero exit status when passed unrecognized task" do
- bundle "unrecognized-tast"
+ bundle "unrecognized-task"
expect(exitstatus).to_not be_zero if exitstatus
end