From 5afbd2432372d0d137cd8ef579a1e73e6deb7d87 Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Mon, 28 Sep 2009 12:13:43 -0700 Subject: initial load is working --- test/test_psych.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test') diff --git a/test/test_psych.rb b/test/test_psych.rb index 865024f..96d0f69 100644 --- a/test/test_psych.rb +++ b/test/test_psych.rb @@ -2,9 +2,9 @@ require 'minitest/autorun' require 'psych' class TestPsych < MiniTest::Unit::TestCase - #def test_simple - # assert_equal 'foo', Psych.parse("--- foo\n") - #end + def test_simple + assert_equal 'foo', Psych.load("--- foo\n") + end def test_libyaml_version assert Psych.libyaml_version -- cgit v1.2.3