| Age | Commit message (Collapse) | Author |
|
This actually never worked, because the test was always testing
the ext version from the stdlib, never the pure version nor the
current ext version.
|
|
Co-authored-by: Jean Boussier <jean.boussier@gmail.com>
|
|
When rubygems is double loaded it fails the test.
The warning should happen in the first place but this
makes the test more resilient.
https://github.com/ruby/json/commit/513ddeaeb1
|
|
https://github.com/flori/json/commit/11b31210ac
|
|
|
|
Require tests/lib/helper.rb to avoid:
NoMethodError: undefined method `assert_separately'
https://github.com/flori/json/commit/a81bcc0328
|
|
to prevent them from conflicting with yarp/test_helper
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/3975
|
|
|