diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2010-04-09 08:36:24 -0700 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2010-04-09 08:36:24 -0700 |
commit | 6faec131cb140948003fff0a89064f737e3b1b4d (patch) | |
tree | 0423d8e7b70bda84c129e42929a8a2dbde7774af /test/psych/test_emitter.rb | |
parent | 30f530721879c79154c628cc450eada400742ad3 (diff) | |
download | psych-6faec131cb140948003fff0a89064f737e3b1b4d.tar.gz |
merging from ruby to psych
Diffstat (limited to 'test/psych/test_emitter.rb')
-rw-r--r-- | test/psych/test_emitter.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/psych/test_emitter.rb b/test/psych/test_emitter.rb index c907653..3738c1a 100644 --- a/test/psych/test_emitter.rb +++ b/test/psych/test_emitter.rb @@ -6,7 +6,7 @@ module Psych class TestEmitter < TestCase def setup super - @out = StringIO.new + @out = StringIO.new('') @emitter = Psych::Emitter.new @out end |