aboutsummaryrefslogtreecommitdiffstats
path: root/spec/commands/help_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/commands/help_spec.rb')
-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