diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2010-01-09 11:38:16 -0800 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2010-01-09 11:38:16 -0800 |
commit | 3c1be5322fbf775ac4e807e510f7bc50fcd5e305 (patch) | |
tree | 42d33728b09d407636b41475b20269a348b33bfe /test/yaml/test_omap.rb | |
parent | 2b80fd137a850480d867b69d1219853d860cfe42 (diff) | |
download | psych-3c1be5322fbf775ac4e807e510f7bc50fcd5e305.zip |
converting to minitest
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' |