From 122c094a48b96dabea3de53421c5a6024bb427f3 Mon Sep 17 00:00:00 2001 From: Robert Gleeson Date: Sun, 23 Mar 2014 14:19:44 +0100 Subject: [PATCH] update `help` test. --- spec/commands/help_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/commands/help_spec.rb b/spec/commands/help_spec.rb index ae474291..d6876c99 100644 --- a/spec/commands/help_spec.rb +++ b/spec/commands/help_spec.rb @@ -34,7 +34,7 @@ describe "help" do output = pry_eval('help') output.should =~ /Test listing/ - output.should =~ /description for b/ + output.should =~ /Description for b/ output.should =~ /No description/ end