diff options
Diffstat (limited to 'test/yaml/test_omap.rb')
-rw-r--r-- | test/yaml/test_omap.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/yaml/test_omap.rb b/test/yaml/test_omap.rb index 8186f69..836c822 100644 --- a/test/yaml/test_omap.rb +++ b/test/yaml/test_omap.rb @@ -1,7 +1,7 @@ require 'helper' module YAML - class TestOmap < Test::Unit::TestCase + class TestOmap < MiniTest::Unit::TestCase def test_self_referential map = YAML::Omap.new map['foo'] = 'bar' |