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

fix last fail. inherit StringIO 'output' from wrapped "Pry" in ReplTester.

This commit is contained in:
Robert Gleeson 2014-01-29 14:56:54 +01:00
parent 9828d7f30e
commit c3d79eb59f

View file

@ -47,7 +47,7 @@ describe "The whole thing" do
it "shouldn't break if we start a nested instance" do it "shouldn't break if we start a nested instance" do
ReplTester.start do ReplTester.start do
input 'Pry.start(10)' input 'Pry.start(10, _pry_.config)'
output '' output ''
prompt /10.*> $/ prompt /10.*> $/