summaryrefslogtreecommitdiff
path: root/test/psych/test_json_tree.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/psych/test_json_tree.rb')
-rw-r--r--test/psych/test_json_tree.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/psych/test_json_tree.rb b/test/psych/test_json_tree.rb
index a032f1e64c..84bd36ce57 100644
--- a/test/psych/test_json_tree.rb
+++ b/test/psych/test_json_tree.rb
@@ -1,4 +1,4 @@
-require 'test/psych/helper'
+require_relative 'helper'
module Psych
class TestJSONTree < TestCase