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

updated test to reflect renamed install-command command

This commit is contained in:
John Mair 2011-07-27 03:14:58 +12:00
parent 9fc824a087
commit 081d66693e

View file

@ -740,7 +740,7 @@ describe Pry do
klass.commands.keys.size.should == 3
klass.commands.keys.include?("help").should == true
klass.commands.keys.include?("install").should == true
klass.commands.keys.include?("install-command").should == true
klass.commands.keys.include?("h").should == true
end