Skip to content

Commit

Permalink
Use pend instead of skip
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Jun 1, 2021
1 parent 6b18b60 commit 82fb618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/digest/test_ractor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module TestDigestRactor
Data2 = "abcdbcdecdefdefgefghfghighijhijkijkljklmklmnlmnomnopnopq"

def setup
skip unless defined?(Ractor)
pend unless defined?(Ractor)
end

def test_s_hexdigest
Expand Down

0 comments on commit 82fb618

Please sign in to comment.