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:
parent
9fc824a087
commit
081d66693e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue