summaryrefslogtreecommitdiff
path: root/test/yaml/test_store.rb
AgeCommit message (Collapse)Author
2025-01-14[ruby/yaml] We should load rubygems for optional pstore gemHiroshi SHIBATA
https://github.com/ruby/yaml/commit/d32dc11205
2025-01-10Make Pstore tests as optionalHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/12537
2024-01-31[ruby/yaml] Make PStore support as optionalHiroshi SHIBATA
https://github.com/ruby/yaml/commit/da421ce46f
2022-12-01Relax the timeout of a YAML testTakashi Kokubun
https://cirrus-ci.com/task/4752663775019008
2021-06-29Prefer qualified names under ThreadNobuyoshi Nakada
2017-01-17lib/pstore.rb: Specify frozen_string_literal: true.kazu
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57358 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2016-09-29fix YAML::Storekazu
* lib/yaml/store.rb (YAML::Store#initialize): Fix arguments. [ruby-dev:49821] [Bug #12800] * test/yaml/test_store.rb: Add tests from test/test_pstore.rb. * test/yaml/test_store.rb (YAMLStoreTest#test_with_options): Add options test. * lib/yaml/store.rb (YAML::Store#dump): Revert to to_yaml. * lib/yaml/store.rb (YAML::Store#empty_marshal_data): Use to_yaml with options. * lib/yaml/store.rb (YAML::Store#empty_marshal_checksum): Use CHECKSUM_ALGO. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56291 b2dd03c8-39d4-4d8f-98ff-823fe69b080e