summaryrefslogtreecommitdiff
path: root/test/json/json_common_interface_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded `begin` and `end`Kazuhiro NISHIYAMA2020-09-301-6/+4
* Fix `Leaked tempfile`sKazuhiro NISHIYAMA2020-09-301-15/+3
* t/json/json_common_interface_test.rb: fix wrong indentationYusuke Endoh2020-09-251-1/+1
* Extract assert assertion to assert_include and assert_not_include.Hiroshi SHIBATA2020-09-251-1/+2
* assert_true is not provided by test-unitHiroshi SHIBATA2020-09-251-1/+1
* [flori/json] Add `load_file` and `load_file!` methods, with tests. Fixes ...Keith Bennett2020-09-251-0/+56
* [flori/json] fix test as reported in #343Florian Frank2019-10-141-1/+1
* Ignore warnings about ambiguous first argument of regexp with assert match.Hiroshi SHIBATA2019-06-011-3/+3
* * test/json/json_common_interface_test.rb: use assert_raise instead ofhsbt2016-07-131-3/+3
* * test/lib/test/unit.rb: added test files with `_test` suffix for jsonhsbt2016-07-131-0/+126