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:
parent
9828d7f30e
commit
c3d79eb59f
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ describe "The whole thing" do
|
|||
|
||||
it "shouldn't break if we start a nested instance" do
|
||||
ReplTester.start do
|
||||
input 'Pry.start(10)'
|
||||
input 'Pry.start(10, _pry_.config)'
|
||||
output ''
|
||||
prompt /10.*> $/
|
||||
|
||||
|
|
Loading…
Reference in a new issue