summaryrefslogtreecommitdiff
path: root/tests/json_common_interface_test.rb
Commit message (Expand)AuthorAgeFilesLines
* t/json/json_common_interface_test.rb: fix wrong indentationYusuke Endoh2020-11-121-1/+1
* Remove unneeded `begin` and `end`Kazuhiro NISHIYAMA2020-11-121-6/+4
* Fix `Leaked tempfile`sKazuhiro NISHIYAMA2020-11-121-15/+3
* Extract assert assertion to assert_include and assert_not_include.Hiroshi SHIBATA2020-11-121-1/+2
* assert_true is not provided by test-unitHiroshi SHIBATA2020-11-121-1/+1
* Add `load_file` and `load_file!` methods, with tests. Fixes issue #386.Keith Bennett2020-06-301-0/+56
* Ignore warnings about ambiguous first argument of regexp with assert match.Hiroshi SHIBATA2019-10-311-3/+3
* fix test as reported in #343Florian Frank2017-12-211-1/+1
* Fix inconsistency usage for assertion methodsSHIBATA Hiroshi2016-07-141-3/+3
* Add frozen_string_literal: falseNobuyoshi Nakada2016-06-211-0/+1
* Use assert_raise consistentlyNobuyoshi Nakada2016-06-211-2/+2
* Test common interfaceFlorian Frank2016-06-031-1/+23
* Use better name for this featureFlorian Frank2016-06-021-3/+3
* Remove quirks modeFlorian Frank2016-06-021-1/+6
* Specify JSON module interfacerfc-7159-jsonFlorian Frank2015-06-151-2/+1
* Disallow usage of symbolize_names and create_additionsFlorian Frank2015-06-151-4/+2
* Refactor tests and make pure parser greenFlorian Frank2015-06-151-0/+101