diff options
author | tenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-04-11 01:21:29 +0000 |
---|---|---|
committer | tenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-04-11 01:21:29 +0000 |
commit | 48a68756f5813a078d3c69a4180a9102208f953b (patch) | |
tree | f750d83fcd4a0e071a19ce00591907da10d317b9 /test/syck | |
parent | 5a7b5e70587a5b0fdd0fc1bbfa0d98d665e70970 (diff) | |
download | ruby-48a68756f5813a078d3c69a4180a9102208f953b.tar.gz |
* 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
Diffstat (limited to 'test/syck')
-rw-r--r-- | test/syck/test_yamlstore.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |