mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 08:33:58 +02:00
Use require_relative in JSON tests
to prevent them from conflicting with yarp/test_helper
This commit is contained in:
parent
480aee4363
commit
96a809f621
10 changed files with 10 additions and 10 deletions
|
@ -1,5 +1,5 @@
|
|||
#frozen_string_literal: false
|
||||
require 'test_helper'
|
||||
require_relative 'test_helper'
|
||||
require 'stringio'
|
||||
require 'tempfile'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue