From 2d31ee3a64a37a1cedb24303351d8023b9a87143 Mon Sep 17 00:00:00 2001 From: John Barnette Date: Mon, 28 Sep 2009 11:43:38 -0700 Subject: Switch to MiniTest. --- test/test_psych.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'test/test_psych.rb') diff --git a/test/test_psych.rb b/test/test_psych.rb index cc32740..865024f 100644 --- a/test/test_psych.rb +++ b/test/test_psych.rb @@ -1,6 +1,7 @@ -require 'helper' +require 'minitest/autorun' +require 'psych' -class TestPsych < Test::Unit::TestCase +class TestPsych < MiniTest::Unit::TestCase #def test_simple # assert_equal 'foo', Psych.parse("--- foo\n") #end -- cgit v1.2.3