summaryrefslogtreecommitdiff
path: root/test/psych/test_encoding.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/psych/test_encoding.rb')
-rw-r--r--test/psych/test_encoding.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/psych/test_encoding.rb b/test/psych/test_encoding.rb
index f48f5c9032..1abee0df16 100644
--- a/test/psych/test_encoding.rb
+++ b/test/psych/test_encoding.rb
@@ -31,11 +31,6 @@ module Psych
@emitter = Psych::Emitter.new @buffer
end
- def test_dump_load_encoding_object
- assert_cycle Encoding::US_ASCII
- assert_cycle Encoding::UTF_8
- end
-
def test_transcode_shiftjis
str = "こんにちは!"
loaded = Psych.load("--- こんにちは!".encode('SHIFT_JIS'))