From 3c1be5322fbf775ac4e807e510f7bc50fcd5e305 Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Sat, 9 Jan 2010 11:38:16 -0800 Subject: converting to minitest --- test/yaml/test_string.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/yaml/test_string.rb') 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 -- cgit v1.2.3