diff options
Diffstat (limited to 'spec/ruby/default.mspec')
| -rw-r--r-- | spec/ruby/default.mspec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/ruby/default.mspec b/spec/ruby/default.mspec index 90f4c1ccaa..2bc50869c8 100644 --- a/spec/ruby/default.mspec +++ b/spec/ruby/default.mspec @@ -49,4 +49,5 @@ class MSpecScript MSpec.enable_feature :fiber_library MSpec.enable_feature :fork if respond_to?(:fork, true) MSpec.enable_feature :encoding + MSpec.enable_feature :mjit if defined?(RubyVM::MJIT) && RubyVM::MJIT.enabled? end |
