From eb71e5cd67f4ce4da5ba331f93a8e36c65457b94 Mon Sep 17 00:00:00 2001 From: tenderlove Date: Sat, 3 Apr 2010 21:50:47 +0000 Subject: * lib/yaml: Moved to ext/syck/lib, Syck only uses Syck constant. * lib/yaml.rb: Added an engine manager for choosing YAML engine. * ext/syck/lib/syck/rubytypes.rb: squashed warnings when using Psych git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27212 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/yaml/test_yaml.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/yaml/test_yaml.rb') diff --git a/test/yaml/test_yaml.rb b/test/yaml/test_yaml.rb index bda68cccf3..606c2676f1 100644 --- a/test/yaml/test_yaml.rb +++ b/test/yaml/test_yaml.rb @@ -4,7 +4,7 @@ # require 'test/unit' require 'yaml' -require 'yaml/ypath' +require 'syck/ypath' # [ruby-core:01946] module YAML_Tests -- cgit v1.2.3