diff options
author | Lucas Kanashiro <[email protected]> | 2022-11-10 17:21:36 -0300 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2023-12-01 16:47:06 +0900 |
commit | 854e6559b6dcda9dcbd6687aef1a3ac0c0c90cac (patch) | |
tree | bbb7896f2420285b8e09143fc361f03c537e7601 /test/json/ractor_test.rb | |
parent | 062b59ba9aa0f6d5057e0187a04d11b75d623952 (diff) |
[flori/json] tests/ractor_test.rb: make assert_separately available
Require tests/lib/helper.rb to avoid:
NoMethodError: undefined method `assert_separately'
https://github.com/flori/json/commit/a81bcc0328
Diffstat (limited to 'test/json/ractor_test.rb')
-rw-r--r-- | test/json/ractor_test.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/json/ractor_test.rb b/test/json/ractor_test.rb index cca21b20f0..2456fb9ef7 100644 --- a/test/json/ractor_test.rb +++ b/test/json/ractor_test.rb @@ -3,6 +3,8 @@ require_relative 'test_helper' +require_relative './lib/helper' + class JSONInRactorTest < Test::Unit::TestCase def test_generate assert_separately([], "#{<<~"begin;"}\n#{<<~'end;'}") |