1
0
Fork 0
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:
Conrad Irwin 2012-01-18 22:06:03 -08:00
parent c1e72e0e91
commit ec93ccadb7

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