mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Import from https://github.com/ruby/strscan/pull/19
* Use Gemfile instead of Gem::Specification#add_development_dependency. * Use pend instead of skip for test-unit.
This commit is contained in:
parent
364044e090
commit
822eb94563
2 changed files with 1 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue