summaryrefslogtreecommitdiff
path: root/test/json/json_generator_test.rb
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-08-25 15:32:13 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2023-08-25 15:32:14 -0700
commit96a809f621b742b6256545e85519002d0fd28a44 (patch)
tree0f633e326d0ddbac04d8374cc85eb5dad355b414 /test/json/json_generator_test.rb
parent480aee4363d2bff26dcdd6b9280cf93ec0f1a06b (diff)
Use require_relative in JSON tests
to prevent them from conflicting with yarp/test_helper
Diffstat (limited to 'test/json/json_generator_test.rb')
-rwxr-xr-xtest/json/json_generator_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/json/json_generator_test.rb b/test/json/json_generator_test.rb
index f71999b12c..fa15279905 100755
--- a/test/json/json_generator_test.rb
+++ b/test/json/json_generator_test.rb
@@ -2,7 +2,7 @@
# encoding: utf-8
# frozen_string_literal: false
-require 'test_helper'
+require_relative 'test_helper'
class JSONGeneratorTest < Test::Unit::TestCase
include JSON