mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
Don't use stdout...
This commit is contained in:
parent
d80e0494af
commit
cc8bcb2ed0
1 changed files with 1 additions and 0 deletions
|
@ -134,6 +134,7 @@ describe "test Pry defaults" do
|
|||
|
||||
describe "prompts" do
|
||||
before do
|
||||
Pry.output = StringIO.new
|
||||
@empty_input_buffer = ""
|
||||
@non_empty_input_buffer = "def hello"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue