Skip to content

Commit 53aed15

Browse files
committed
Fix skip to omit for Test::Unit compatibility
1 parent c0fccb3 commit 53aed15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/net/http/test_http_request.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def test_pattern_matching
125125
RUBY
126126
assert_equal true, matched
127127
rescue SyntaxError
128-
skip "Pattern matching requires Ruby 2.7+"
128+
omit "Pattern matching requires Ruby 2.7+"
129129
end
130130
end
131131

0 commit comments

Comments
 (0)