summaryrefslogtreecommitdiff
path: root/spec/ffi/spec_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ffi/spec_helper.rb')
-rw-r--r--spec/ffi/spec_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ffi/spec_helper.rb b/spec/ffi/spec_helper.rb
index 63f8b78..3d8a025 100644
--- a/spec/ffi/spec_helper.rb
+++ b/spec/ffi/spec_helper.rb
@@ -9,7 +9,7 @@ require 'objspace'
RSpec.configure do |c|
c.filter_run_excluding :broken => true
- c.filter_run_excluding( :ractor ) unless defined?(Ractor)
+ c.filter_run_excluding( :ractor ) unless defined?(Ractor) && RUBY_VERSION >= "3.1"
end
module TestLibrary