summaryrefslogtreecommitdiff
path: root/test/psych/test_scalar.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/psych/test_scalar.rb')
-rw-r--r--test/psych/test_scalar.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/psych/test_scalar.rb b/test/psych/test_scalar.rb
index d951d70792..e6b76975a6 100644
--- a/test/psych/test_scalar.rb
+++ b/test/psych/test_scalar.rb
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
-require 'test/psych/helper'
+require_relative 'helper'
module Psych
class TestScalar < TestCase