summaryrefslogtreecommitdiff
path: root/test/psych/helper.rb
AgeCommit message (Expand)Author
2021-05-13Introduce `Psych.unsafe_load`Aaron Patterson
2021-05-10Use test-unit instead of minitestHiroshi SHIBATA
2017-06-19make frozen_string_literal: trueSHIBATA Hiroshi
2017-03-03Removed aliases for Syck module.SHIBATA Hiroshi
2017-03-03styleSHIBATA Hiroshi
2017-03-03avoid to deprecated warnings with nil assertions.SHIBATA Hiroshi
2016-02-23Temporary disabled to frozen literal string.SHIBATA Hiroshi
2015-09-12fix comments for Ruby 1.9SHIBATA Hiroshi
2015-03-03Merge branch 'master' into jrubyAaron Patterson
2015-02-06fix minitest warningsAaron Patterson
2015-01-09Merge remote-tracking branch 'origin/master' into jrubyCharles Oliver Nutter
2015-01-09Update to latest code from JRuby master.Charles Oliver Nutter
2013-08-28backport Tempfile.create so psych tests will run outside ruby trunkAaron Patterson
2013-05-14* ext/psych/lib/psych.rb: Adding Psych.safe_load for loading a userAaron Patterson
2013-05-14merge from RubyAaron Patterson
2013-04-05sync with ruby trunkAaron Patterson
2012-04-28load our built jar not the jruby jarAaron Patterson
2011-10-03Use `yaml` rather than `to_yaml` to avoid ENGINE changes removing thisAaron Patterson
2011-10-03sync with ruby coreAaron Patterson
2010-03-28making sure psych defines to_yaml on objectAaron Patterson
2010-03-27testing Object has to_yaml definedAaron Patterson
2010-03-27removed the to_yaml methodAaron Patterson
2010-03-26adding a test helper superclassAaron Patterson