summaryrefslogtreecommitdiff
path: root/test/psych/test_emitter.rb
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2010-04-09 08:36:24 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2010-04-09 08:36:24 -0700
commit6faec131cb140948003fff0a89064f737e3b1b4d (patch)
tree0423d8e7b70bda84c129e42929a8a2dbde7774af /test/psych/test_emitter.rb
parent30f530721879c79154c628cc450eada400742ad3 (diff)
downloadpsych-6faec131cb140948003fff0a89064f737e3b1b4d.tar.gz
merging from ruby to psych
Diffstat (limited to 'test/psych/test_emitter.rb')
-rw-r--r--test/psych/test_emitter.rb2
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