summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuki Asano <yuuki.1224.softtennis@gmail.com>2016-03-26 13:02:57 -0700
committerYuki Asano <yuuki.1224.softtennis@gmail.com>2016-03-26 13:02:57 -0700
commite596d0ebf5e2ed8dc59dc48b771ae2bbad27a916 (patch)
tree8f66dac6fa45d0dd3f3d50ae814e292b8afec946
parent83350e3693c5ed5dd7e55916411e5c2c877548d3 (diff)
downloadbundler-e596d0ebf5e2ed8dc59dc48b771ae2bbad27a916.tar.gz
Fix typo in bundler/cli_spec.rb
-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