summaryrefslogtreecommitdiff
path: root/test/rdoc/test_rdoc_comment.rb
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-08-08 23:09:24 +0900
committeraycabta <aycabta@gmail.com>2019-08-16 06:07:11 +0900
commit5555e3ef5777178a81625b54958c1fa14e3ef38e (patch)
tree53cbcd093275528191ccd70c451d48f437325b4d /test/rdoc/test_rdoc_comment.rb
parent8045ebbf780d4eb35154111cb0d177b5fc7c486b (diff)
Renamed minitest_helper.rb as helper.rb
Diffstat (limited to 'test/rdoc/test_rdoc_comment.rb')
-rw-r--r--test/rdoc/test_rdoc_comment.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rdoc/test_rdoc_comment.rb b/test/rdoc/test_rdoc_comment.rb
index 48d0042f16..add4f98398 100644
--- a/test/rdoc/test_rdoc_comment.rb
+++ b/test/rdoc/test_rdoc_comment.rb
@@ -1,7 +1,7 @@
# coding: us-ascii
# frozen_string_literal: true
-require 'minitest_helper'
+require_relative 'helper'
class TestRDocComment < RDoc::TestCase