1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
* Use Gemfile instead of Gem::Specification#add_development_dependency.

* Use pend instead of skip for test-unit.
This commit is contained in:
Hiroshi SHIBATA 2021-04-14 12:15:25 +09:00
parent 364044e090
commit 822eb94563
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2
2 changed files with 1 additions and 5 deletions

View file

@ -25,8 +25,4 @@ Gem::Specification.new do |s|
s.email = [nil, "kou@cozmixng.org"]
s.homepage = "https://github.com/ruby/strscan"
s.licenses = ["Ruby", "BSD-2-Clause"]
s.add_development_dependency "rake-compiler"
s.add_development_dependency "benchmark-driver"
s.add_development_dependency "test-unit"
end

View file

@ -3,7 +3,7 @@ require 'test/unit'
class TestStringScannerRactor < Test::Unit::TestCase
def setup
skip unless defined? Ractor
pend unless defined? Ractor
end
def test_ractor