From 5555e3ef5777178a81625b54958c1fa14e3ef38e Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Thu, 8 Aug 2019 23:09:24 +0900 Subject: Renamed minitest_helper.rb as helper.rb --- test/rdoc/test_rdoc_comment.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/rdoc/test_rdoc_comment.rb') 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 -- cgit v1.2.3