summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spec/commands/show_doc_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/commands/show_doc_spec.rb b/spec/commands/show_doc_spec.rb
index 58cc7a62..d7ec39b6 100644
--- a/spec/commands/show_doc_spec.rb
+++ b/spec/commands/show_doc_spec.rb
@@ -417,7 +417,7 @@ describe "show-doc" do
end
it 'should display help for a specific command' do
- expect(pry_eval('show-doc ls')).to match(/Usage: ls/)
+ expect(pry_eval('show-doc help')).to match(/Usage: help/)
end
it 'should display help for a regex command with a "listing"' do