aboutsummaryrefslogtreecommitdiffstats
path: root/test/psych/test_yamldbm.rb
Commit message (Expand)AuthorAgeFilesLines
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * ext/psych/*: update psych to 2.0.16tenderlove2015-12-071-1/+0
* fix encoding specnobu2014-07-251-2/+0
* Revert "Revert "* lib/yaml.rb: Remove Psych::EngineManager [Bug #8344]""hsbt2014-06-261-2/+0
* Revert "* lib/yaml.rb: Remove Psych::EngineManager [Bug #8344]"naruse2014-05-251-0/+2
* * lib/yaml.rb: Remove Psych::EngineManager [Bug #8344]zzak2014-05-251-2/+0
* * test/psych/test_*.rb: use require_relative to require local libraryxibbar2013-03-261-1/+1
* only run `test_key` on ruby 2.0.0 or uptenderlove2012-03-051-0/+1
* * test/psych/test_yamldbm.rb: Test case should inherit from MiniTest,tenderlove2011-11-071-4/+5
* Don't define tests if there is no psych.naruse2011-11-031-1/+2
* * test/psych/test_yamldbm.rb: avoid platform dependency.ayumin2011-11-011-4/+4
* * test/psych/test_yamldbm.rb: don't run test if the systemktsj2011-10-091-5/+9
* * test/psych/test_yamldbm.rb: add test case.ayumin2011-10-021-0/+29
* * test/psych/test_yamldbm.rb (require): fix #setup and #terdown.ayumin2011-09-261-2/+11
* * test/syck/test/yamldbm.rb: add test for Syck::DBM.ayumin2011-09-251-0/+152