summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/open-uri/test_open-uri.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/open-uri/test_open-uri.rb b/test/open-uri/test_open-uri.rb
index a442f59b29..fdd1969666 100644
--- a/test/open-uri/test_open-uri.rb
+++ b/test/open-uri/test_open-uri.rb
@@ -903,8 +903,8 @@ class TestOpenURI < Test::Unit::TestCase
end
def test_meta_init_doesnt_bump_global_constant_state
- skip "RubyVM.stat not defined" unless defined? RubyVM.stat
- skip unless RubyVM.stat.has_key?(:global_constant_state)
+ omit "RubyVM.stat not defined" unless defined? RubyVM.stat
+ omit unless RubyVM.stat.has_key?(:global_constant_state)
OpenURI::Meta.init(Object.new) # prewarm