Actions
Bug #3039
closedtest/psych should use require_relative
Bug #3039:
test/psych should use require_relative
Description
=begin
When make test-all at trunk, load errors on test/psych/helper.rb occur.
Scripts in test/psych/ should use
require_relative 'helper'
instead of
require 'test/psych/helper'.
=end
Actions