Test works now [Fixes #34]

This commit is contained in:
Conrad Irwin 2012-01-18 22:06:03 -08:00
parent c1e72e0e91
commit ec93ccadb7
1 changed files with 1 additions and 1 deletions

View File

@ -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