mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/digest] Use pend instead of skip
https://github.com/ruby/digest/commit/82fb618157
This commit is contained in:
parent
26e859b5c7
commit
be4b0eee19
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ module TestDigestRactor
|
|||
Data2 = "abcdbcdecdefdefgefghfghighijhijkijkljklmklmnlmnomnopnopq"
|
||||
|
||||
def setup
|
||||
skip unless defined?(Ractor)
|
||||
pend unless defined?(Ractor)
|
||||
end
|
||||
|
||||
def test_s_hexdigest
|
||||
|
|
Loading…
Reference in a new issue