diff options
Diffstat (limited to 'test/yaml/test_array.rb')
-rw-r--r-- | test/yaml/test_array.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/yaml/test_array.rb b/test/yaml/test_array.rb index 7e7318e..23434e5 100644 --- a/test/yaml/test_array.rb +++ b/test/yaml/test_array.rb @@ -1,7 +1,7 @@ require 'helper' module YAML - class TestArray < Test::Unit::TestCase + class TestArray < MiniTest::Unit::TestCase def setup @list = [{ :a => 'b' }, 'foo'] end |