diff options
Diffstat (limited to 'test/yaml/test_null.rb')
-rw-r--r-- | test/yaml/test_null.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/yaml/test_null.rb b/test/yaml/test_null.rb index 24c8ab1..e7d08df 100644 --- a/test/yaml/test_null.rb +++ b/test/yaml/test_null.rb @@ -4,7 +4,7 @@ module YAML ### # Test null from YAML spec: # http://yaml.org/type/null.html - class TestNull < Test::Unit::TestCase + class TestNull < MiniTest::Unit::TestCase def test_null_list assert_equal [nil] * 5, YAML.load(<<-eoyml) --- |