From 48a68756f5813a078d3c69a4180a9102208f953b Mon Sep 17 00:00:00 2001 From: tenderlove Date: Sun, 11 Apr 2010 01:21:29 +0000 Subject: * ext/syck/lib/syck/dbm.rb: moved to lib/yaml/dbm.rb since it is not YAML engine specific * ext/syck/lib/syck/store.rb: moved to lib/yaml/store.rb since it is not YAML engine specific. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27294 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/syck/test_yamlstore.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/syck/test_yamlstore.rb b/test/syck/test_yamlstore.rb index e78a7e4ecb..971c75bf27 100644 --- a/test/syck/test_yamlstore.rb +++ b/test/syck/test_yamlstore.rb @@ -1,5 +1,5 @@ require 'test/unit' -require 'syck/store' +require 'yaml/store' module Syck class YAMLStoreTest < Test::Unit::TestCase -- cgit v1.2.3