mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
Test works now [Fixes #34]
This commit is contained in:
parent
c1e72e0e91
commit
ec93ccadb7
1 changed files with 1 additions and 1 deletions
|
@ -451,7 +451,7 @@ describe "commands" do
|
|||
|
||||
str_output = StringIO.new
|
||||
Pry.new(:input => InputTester.new("help"), :output => str_output, :commands => klass).rep
|
||||
str_output.string.rstrip.should == "help to the music"
|
||||
str_output.string.should == "help to the music\n"
|
||||
|
||||
|
||||
Pry.reset_defaults
|
||||
|
|
Loading…
Reference in a new issue