diff options
author | Benoit Daloze <[email protected]> | 2023-01-05 21:07:29 +0100 |
---|---|---|
committer | Benoit Daloze <[email protected]> | 2023-01-05 21:07:29 +0100 |
commit | 53938efd7b0ac868b177b3e748996a3aef4bccb6 (patch) | |
tree | 818acd6edc9c66a6b7611f8c50f1fbf0771520c6 /spec/ruby/spec_helper.rb | |
parent | 29a5fcd60b3738378b66499636a10f96a0f2a474 (diff) |
Update to ruby/spec@5e48206
Diffstat (limited to 'spec/ruby/spec_helper.rb')
-rw-r--r-- | spec/ruby/spec_helper.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/spec/ruby/spec_helper.rb b/spec/ruby/spec_helper.rb index 527ed4e3a2..3404521c03 100644 --- a/spec/ruby/spec_helper.rb +++ b/spec/ruby/spec_helper.rb @@ -14,10 +14,6 @@ else end end -unless GC::INTERNAL_CONSTANTS[:RB_BUG_INSTEAD_OF_RB_MEMERROR] - MSpec.enable_feature :no_memory_error -end - unless ENV['MSPEC_RUNNER'] # Running directly with ruby some_spec.rb mspec_lib = File.expand_path("../../mspec/lib", __FILE__) $LOAD_PATH << mspec_lib if File.directory?(mspec_lib) |