Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | t/json/json_common_interface_test.rb: fix wrong indentation | Yusuke Endoh | 2020-11-12 | 1 | -1/+1 |
| | | | | | | | | to prevent: ``` test/json/json_common_interface_test.rb:182: warning: mismatched indentations at 'end' with 'def' at 169 ``` | ||||
* | Remove unneeded `begin` and `end` | Kazuhiro NISHIYAMA | 2020-11-12 | 1 | -6/+4 |
| | |||||
* | Fix `Leaked tempfile`s | Kazuhiro NISHIYAMA | 2020-11-12 | 1 | -15/+3 |
| | | | | | | | | | | | | | | | http://rubyci.s3.amazonaws.com/debian10/ruby-master/log/20200930T033004Z.diff.html.gz ``` [n/n] JSONCommonInterfaceTest#test_load = <elapsed> s [n/n] JSONCommonInterfaceTest#test_load_file = <elapsed> s +Leaked tempfile: JSONCommonInterfaceTest#test_load_file: #<Tempfile:<build-dir>/tmp/20200930-7601-ptnv6i (closed)> [n/n] JSONCommonInterfaceTest#test_load_file! = <elapsed> s +Leaked tempfile: JSONCommonInterfaceTest#test_load_file!: #<Tempfile:<build-dir>/tmp/20200930-7601-1la6m9 (closed)> [n/n] JSONCommonInterfaceTest#test_load_file_with_option = <elapsed> s +Leaked tempfile: JSONCommonInterfaceTest#test_load_file_with_option: #<Tempfile:<build-dir>/tmp/20200930-7601-blf9hz (closed)> [n/n] JSONCommonInterfaceTest#test_load_file_with_option! = <elapsed> s +Leaked tempfile: JSONCommonInterfaceTest#test_load_file_with_option!: #<Tempfile:<build-dir>/tmp/20200930-7601-b5gsdb (closed)> ``` | ||||
* | Extract assert assertion to assert_include and assert_not_include. | Hiroshi SHIBATA | 2020-11-12 | 1 | -1/+2 |
| | |||||
* | assert_true is not provided by test-unit | Hiroshi SHIBATA | 2020-11-12 | 1 | -1/+1 |
| | |||||
* | Add `load_file` and `load_file!` methods, with tests. Fixes issue #386. | Keith Bennett | 2020-06-30 | 1 | -0/+56 |
| | |||||
* | Ignore warnings about ambiguous first argument of regexp with assert match. | Hiroshi SHIBATA | 2019-10-31 | 1 | -3/+3 |
| | |||||
* | fix test as reported in #343 | Florian Frank | 2017-12-21 | 1 | -1/+1 |
| | |||||
* | Fix inconsistency usage for assertion methods | SHIBATA Hiroshi | 2016-07-14 | 1 | -3/+3 |
| | |||||
* | Add frozen_string_literal: false | Nobuyoshi Nakada | 2016-06-21 | 1 | -0/+1 |
| | | | | When you change this to true, you may need to add more tests. | ||||
* | Use assert_raise consistently | Nobuyoshi Nakada | 2016-06-21 | 1 | -2/+2 |
| | |||||
* | Test common interface | Florian Frank | 2016-06-03 | 1 | -1/+23 |
| | |||||
* | Use better name for this feature | Florian Frank | 2016-06-02 | 1 | -3/+3 |
| | |||||
* | Remove quirks mode | Florian Frank | 2016-06-02 | 1 | -1/+6 |
| | |||||
* | Specify JSON module interfacerfc-7159-json | Florian Frank | 2015-06-15 | 1 | -2/+1 |
| | |||||
* | Disallow usage of symbolize_names and create_additions | Florian Frank | 2015-06-15 | 1 | -4/+2 |
| | |||||
* | Refactor tests and make pure parser green | Florian Frank | 2015-06-15 | 1 | -0/+101 |