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