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_markup_to_rdoc.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/rdoc/test_rdoc_markup_to_rdoc.rb') diff --git a/test/rdoc/test_rdoc_markup_to_rdoc.rb b/test/rdoc/test_rdoc_markup_to_rdoc.rb index e81bc2f1ad..1d833b156a 100644 --- a/test/rdoc/test_rdoc_markup_to_rdoc.rb +++ b/test/rdoc/test_rdoc_markup_to_rdoc.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true -require 'minitest_helper' +require_relative 'helper' class TestRDocMarkupToRDoc < RDoc::Markup::TextFormatterTestCase -- cgit v1.2.3