summaryrefslogtreecommitdiff
path: root/test/psych/helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Raise specific error when aliases are not enabledAlexander Momchilov2022-07-271-3/+3
* Introduce `Psych.unsafe_load`Aaron Patterson2021-05-131-9/+21
* Use test-unit instead of minitestHiroshi SHIBATA2021-05-101-8/+2
* make frozen_string_literal: truefrozenSHIBATA Hiroshi2017-06-191-1/+1
* Removed aliases for Syck module.SHIBATA Hiroshi2017-03-031-5/+5
* styleSHIBATA Hiroshi2017-03-031-3/+3
* avoid to deprecated warnings with nil assertions.SHIBATA Hiroshi2017-03-031-3/+9
* Temporary disabled to frozen literal string.SHIBATA Hiroshi2016-02-231-0/+1
* fix comments for Ruby 1.9SHIBATA Hiroshi2015-09-121-1/+1
* Merge branch 'master' into jrubyAaron Patterson2015-03-031-1/+7
|\
| * fix minitest warningsAaron Patterson2015-02-061-1/+7
* | Merge remote-tracking branch 'origin/master' into jrubyCharles Oliver Nutter2015-01-091-1/+59
|\ \ | |/
| * backport Tempfile.create so psych tests will run outside ruby trunkAaron Patterson2013-08-281-0/+29
| * * ext/psych/lib/psych.rb: Adding Psych.safe_load for loading a userAaron Patterson2013-05-141-1/+1
| * merge from RubyAaron Patterson2013-05-141-1/+29
| * sync with ruby trunkAaron Patterson2013-04-051-0/+1
* | Update to latest code from JRuby master.Charles Oliver Nutter2015-01-091-8/+0
* | load our built jar not the jruby jarAaron Patterson2012-04-281-0/+9
|/
* Use `yaml` rather than `to_yaml` to avoid ENGINE changes removing thisAaron Patterson2011-10-031-1/+1
* sync with ruby coreAaron Patterson2011-10-031-8/+1
* making sure psych defines to_yaml on objectAaron Patterson2010-03-281-8/+6
* testing Object has to_yaml definedAaron Patterson2010-03-271-0/+9
* removed the to_yaml methodAaron Patterson2010-03-271-2/+47
* adding a test helper superclassAaron Patterson2010-03-261-0/+11