1
0
Fork 0
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:
Conrad Irwin 2012-12-18 00:46:19 -08:00
parent d80e0494af
commit cc8bcb2ed0

View file

@ -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