summaryrefslogtreecommitdiff
path: root/test/psych/test_alias_and_anchor.rb
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2011-03-29 20:41:03 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2011-03-29 20:41:03 -0700
commit8dfd1b10016855187ade94f36d592b0319e2b226 (patch)
tree462109c5cad7514f099a3b6fdd1ea4647f38c81a /test/psych/test_alias_and_anchor.rb
parent11fc86677874f42cf4ecf1728145d0d107bd7b62 (diff)
downloadpsych-8dfd1b10016855187ade94f36d592b0319e2b226.tar.gz
pulling in changes from ruby core
Diffstat (limited to 'test/psych/test_alias_and_anchor.rb')
-rw-r--r--test/psych/test_alias_and_anchor.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/psych/test_alias_and_anchor.rb b/test/psych/test_alias_and_anchor.rb
index 8c9cd80..48771d6 100644
--- a/test/psych/test_alias_and_anchor.rb
+++ b/test/psych/test_alias_and_anchor.rb
@@ -1,4 +1,4 @@
-require_relative 'helper'
+require 'psych/helper'
module Psych
class TestAliasAndAnchor < TestCase