1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

update help test.

This commit is contained in:
Robert Gleeson 2014-03-23 14:19:44 +01:00
parent 89666001da
commit 122c094a48

View file

@ -34,7 +34,7 @@ describe "help" do
output = pry_eval('help') output = pry_eval('help')
output.should =~ /Test listing/ output.should =~ /Test listing/
output.should =~ /description for b/ output.should =~ /Description for b/
output.should =~ /No description/ output.should =~ /No description/
end end