summaryrefslogtreecommitdiff
path: root/test/psych/test_exception.rb
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2013-04-05 09:51:22 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2013-04-05 09:51:37 -0700
commitb4537454d9da6e901dcacf4c4e36de08095f79a3 (patch)
tree1314057947f05586c03d40b3342ef406b61e58c6 /test/psych/test_exception.rb
parentedf05c9f40e0c566e391f7e04b4a30327c31a828 (diff)
downloadpsych-b4537454d9da6e901dcacf4c4e36de08095f79a3.zip
sync with ruby trunk
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 46dece4..d54c7d4 100644
--- a/test/psych/test_exception.rb
+++ b/test/psych/test_exception.rb
@@ -1,4 +1,4 @@
-require 'psych/helper'
+require_relative 'helper'
module Psych
class TestException < TestCase