summaryrefslogtreecommitdiff
path: root/tests/json_addition_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove unknown keyword arg from DateTime.parseCharles Oliver Nutter2021-12-011-1/+1
| | | | | | | This snuck in while addding tests for the `create_additions` feature. Caught by JRuby when we added the `limit` option to the Date/DateTime parsing methods, which causes this to be rejected as an unknown keyword.
* SortedSet was removed at a3db08d7b6ff119223f77e3df00b4f6deac971e2Hiroshi SHIBATA2020-12-151-4/+0
|
* JSON marshalling support for Set and SortedSetJosh Kline2017-10-041-0/+10
|
* Add frozen_string_literal: falseNobuyoshi Nakada2016-06-211-0/+1
| | | | When you change this to true, you may need to add more tests.
* Use assert_raise consistentlyNobuyoshi Nakada2016-06-211-2/+2
|
* Refactor tests and make pure parser greenFlorian Frank2015-06-151-0/+192