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

fixed test_input.rb tests, for amend-line

This commit is contained in:
John Mair 2011-06-11 02:10:07 +12:00
parent b92381a755
commit ed04bc7924

View file

@ -25,7 +25,7 @@ describe "Pry::DefaultCommands::Input" do
pry
end
str_output.string.should =~ /\A\d+: def goodbye\n\d+: puts :bing\n\d+: puts \"\#{goodbye}\"/
str_output.string.should =~ /\A\d+: def hello\n\d+: puts :bing\n\d+: puts \"\#{goodbye}\"/
end
end