summaryrefslogtreecommitdiff
path: root/test/json/json_encoding_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/json/json_encoding_test.rb')
-rw-r--r--test/json/json_encoding_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/json/json_encoding_test.rb b/test/json/json_encoding_test.rb
index cc7b71553a..7e7e5341b0 100644
--- a/test/json/json_encoding_test.rb
+++ b/test/json/json_encoding_test.rb
@@ -1,6 +1,6 @@
# encoding: utf-8
#frozen_string_literal: false
-require 'test_helper'
+require_relative 'test_helper'
class JSONEncodingTest < Test::Unit::TestCase
include JSON