[ruby/rdoc] Removed duplicated doc

https://github.com/ruby/rdoc/commit/0dd36a5c35
This commit is contained in:
Hiroshi SHIBATA 2021-09-03 16:58:40 +09:00 коммит произвёл git
Родитель 078969914d
Коммит 0a9a3799bb
1 изменённых файлов: 0 добавлений и 13 удалений

Просмотреть файл

@ -1,16 +1,3 @@
##
# RDoc::TestCase is an abstract TestCase to provide common setup and teardown
# across all RDoc tests. The test case uses minitest, so all the assertions
# of minitest may be used.
#
# The testcase provides the following:
#
# * A reset code-object tree
# * A reset markup preprocessor (RDoc::Markup::PreProcess)
# * The <code>@RM</code> alias of RDoc::Markup (for less typing)
# * <code>@pwd</code> containing the current working directory
# * FileUtils, pp, Tempfile, Dir.tmpdir and StringIO
require 'bundler/errors'
begin
gem 'test-unit'