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_omap.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/yaml/test_omap.rb') 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' -- cgit v1.2.3