summaryrefslogtreecommitdiff
path: root/test/psych/test_to_yaml_properties.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/psych/test_to_yaml_properties.rb')
-rw-r--r--test/psych/test_to_yaml_properties.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/psych/test_to_yaml_properties.rb b/test/psych/test_to_yaml_properties.rb
index 2636becf00..5b4860c435 100644
--- a/test/psych/test_to_yaml_properties.rb
+++ b/test/psych/test_to_yaml_properties.rb
@@ -1,4 +1,4 @@
-require 'psych/helper'
+require_relative 'helper'
module Psych
class TestToYamlProperties < MiniTest::Unit::TestCase