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