Skip to content

Commit 63f466d

Browse files
committed
Use omit instead of skip for test-unit
1 parent a8f1605 commit 63f466d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/open-uri/test_open-uri.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -903,8 +903,8 @@ def test_ftp_over_http_proxy_auth
903903
end
904904

905905
def test_meta_init_doesnt_bump_global_constant_state
906-
skip "RubyVM.stat not defined" unless defined? RubyVM.stat
907-
skip unless RubyVM.stat.has_key?(:global_constant_state)
906+
omit "RubyVM.stat not defined" unless defined? RubyVM.stat
907+
omit unless RubyVM.stat.has_key?(:global_constant_state)
908908

909909
OpenURI::Meta.init(Object.new) # prewarm
910910

0 commit comments

Comments
 (0)