aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiz Abinante <eabinante@gmail.com>2017-01-22 20:32:43 -0800
committerLiz Abinante <eabinante@gmail.com>2017-01-22 20:32:43 -0800
commit325c0664105630a5c47ea59769ecf776a42dbb5a (patch)
tree3cc1cf51e592f6f85a4250630400b534410b3ee6
parent240664983bbfee2dbfe55ea6113478c3d0fc6a8e (diff)
downloadbundler-325c0664105630a5c47ea59769ecf776a42dbb5a.tar.gz
:sparkles: change test to compare version instead of check
-rw-r--r--spec/commands/help_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/commands/help_spec.rb b/spec/commands/help_spec.rb
index 380e3be1..98718a61 100644
--- a/spec/commands/help_spec.rb
+++ b/spec/commands/help_spec.rb
@@ -34,8 +34,8 @@ describe "bundle help" do
end
it "still outputs the old help for commands that do not have man pages yet" do
- bundle "help check"
- expect(out).to include("Check searches the local machine")
+ bundle "help version"
+ expect(out).to include("Prints the bundler's version information")
end
it "looks for a binary and executes it with --help option if it's named bundler-<task>" do