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