summaryrefslogtreecommitdiff
path: root/test/pathname/test_ractor.rb
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-09-07 12:21:49 +0900
committergit <svn-admin@ruby-lang.org>2021-09-07 13:02:56 +0900
commit26153667f91f0c883f6af6b61fac2c0df5312b45 (patch)
tree270ff61ede893e908a052d738f1b1fa2a1d1e4ce /test/pathname/test_ractor.rb
parentb4d9126e4332619644bfc9284688c1a8bd56d8ad (diff)
[ruby/pathname] Prefer omit over skip
https://github.com/ruby/pathname/commit/abd0b91044
Diffstat (limited to 'test/pathname/test_ractor.rb')
-rw-r--r--test/pathname/test_ractor.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pathname/test_ractor.rb b/test/pathname/test_ractor.rb
index 9ce43ef640..3d7b63deed 100644
--- a/test/pathname/test_ractor.rb
+++ b/test/pathname/test_ractor.rb
@@ -4,7 +4,7 @@ require "pathname"
class TestPathnameRactor < Test::Unit::TestCase
def setup
- skip unless defined? Ractor
+ omit unless defined? Ractor
end
def test_ractor_shareable