We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 062cffd commit a8f1605Copy full SHA for a8f1605
test/open-uri/test_open-uri.rb
@@ -904,6 +904,7 @@ def test_ftp_over_http_proxy_auth
904
905
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)
908
909
OpenURI::Meta.init(Object.new) # prewarm
910
0 commit comments