1
0
Fork 0
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:
Hiroshi SHIBATA 2021-06-01 20:55:55 +09:00
parent 26e859b5c7
commit be4b0eee19
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -14,7 +14,7 @@ module TestDigestRactor
Data2 = "abcdbcdecdefdefgefghfghighijhijkijkljklmklmnlmnomnopnopq"
def setup
skip unless defined?(Ractor)
pend unless defined?(Ractor)
end
def test_s_hexdigest