mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 04:55:21 +02:00
Prepare to release json-2.5.0
This commit is contained in:
parent
f2f00e24fa
commit
edb76e8765
Notes:
git
2020-12-22 19:44:53 +09:00
6 changed files with 6 additions and 8 deletions
|
@ -4,10 +4,6 @@
|
|||
require 'test_helper'
|
||||
|
||||
class JSONInRactorTest < Test::Unit::TestCase
|
||||
def setup
|
||||
skip unless defined? Ractor
|
||||
end
|
||||
|
||||
def test_generate
|
||||
assert_separately([], "#{<<~"begin;"}\n#{<<~'end;'}")
|
||||
begin;
|
||||
|
@ -31,4 +27,4 @@ class JSONInRactorTest < Test::Unit::TestCase
|
|||
assert_equal(JSON.parse(expected_json), r.take)
|
||||
end;
|
||||
end
|
||||
end
|
||||
end if defined?(Ractor)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue