summaryrefslogtreecommitdiff
path: root/test/psych/test_yaml.rb
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2010-03-29 11:26:19 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2010-03-29 11:26:19 -0700
commit184439db603926332122033a46c3e8f149ff79b7 (patch)
tree1e660d032c5f366856ba2711ee1f4698759d5ffc /test/psych/test_yaml.rb
parente1a86b8a6091fd04a2b84cc3e9b09af813002fae (diff)
downloadpsych-184439db603926332122033a46c3e8f149ff79b7.zip
* test/psych/*: switching tests to use relative require. [ruby-core:29104]
Diffstat (limited to 'test/psych/test_yaml.rb')
-rw-r--r--test/psych/test_yaml.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/psych/test_yaml.rb b/test/psych/test_yaml.rb
index 0ad988c..f1fa7f9 100644
--- a/test/psych/test_yaml.rb
+++ b/test/psych/test_yaml.rb
@@ -2,7 +2,7 @@
# vim:sw=4:ts=4
# $Id$
#
-require 'test/psych/helper'
+require_relative 'helper'
# [ruby-core:01946]
module Psych_Tests