From 6b3feab965578e1cc06e8b64f55902d43da8bce6 Mon Sep 17 00:00:00 2001 From: naruse Date: Wed, 7 Sep 2011 10:36:11 +0000 Subject: Remove assertion which depends the load order git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33209 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/psych/helper.rb | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'test/psych/helper.rb') diff --git a/test/psych/helper.rb b/test/psych/helper.rb index 61049d6cf2..fd23c3be07 100644 --- a/test/psych/helper.rb +++ b/test/psych/helper.rb @@ -2,6 +2,7 @@ require 'minitest/autorun' require 'stringio' require 'tempfile' require 'date' +require 'psych' module Psych class TestCase < MiniTest::Unit::TestCase @@ -53,11 +54,3 @@ module Psych end end end - -require 'psych' - -# FIXME: remove this when syck is removed -o = Object.new -a = o.method(:psych_to_yaml) -b = o.method(:to_yaml) -raise "psych should define to_yaml" unless a == b -- cgit v1.2.1