summaryrefslogtreecommitdiff
path: root/test/psych/test_json_tree.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_json_tree.rb
parente1a86b8a6091fd04a2b84cc3e9b09af813002fae (diff)
downloadpsych-184439db603926332122033a46c3e8f149ff79b7.tar.gz
* test/psych/*: switching tests to use relative require. [ruby-core:29104]
Diffstat (limited to 'test/psych/test_json_tree.rb')
-rw-r--r--test/psych/test_json_tree.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/psych/test_json_tree.rb b/test/psych/test_json_tree.rb
index a032f1e..84bd36c 100644
--- a/test/psych/test_json_tree.rb
+++ b/test/psych/test_json_tree.rb
@@ -1,4 +1,4 @@
-require 'test/psych/helper'
+require_relative 'helper'
module Psych
class TestJSONTree < TestCase