Use require_relative in JSON tests

to prevent them from conflicting with yarp/test_helper
This commit is contained in:
Takashi Kokubun 2023-08-25 15:32:13 -07:00
parent 480aee4363
commit 96a809f621
10 changed files with 10 additions and 10 deletions

View file

@ -1,5 +1,5 @@
#frozen_string_literal: false
require 'test_helper'
require_relative 'test_helper'
require 'stringio'
require 'tempfile'