diff options
Diffstat (limited to 'test/yaml/test_string.rb')
-rw-r--r-- | test/yaml/test_string.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/yaml/test_string.rb b/test/yaml/test_string.rb index 637d65b..0faf8d8 100644 --- a/test/yaml/test_string.rb +++ b/test/yaml/test_string.rb @@ -1,7 +1,7 @@ require 'helper' module YAML - class TestString < Test::Unit::TestCase + class TestString < MiniTest::Unit::TestCase def test_binary_string_null string = "\x00" yml = YAML.dump string |