summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-09-03 16:58:40 +0900
committergit <svn-admin@ruby-lang.org>2021-09-03 19:10:28 +0900
commit0a9a3799bb8421b09cc458f47590574d2d59506d (patch)
tree89cb106e658759b39ff1aa5f4dee8aa987f3eb78 /test
parent078969914d6776499a655301b3a86e904d8b27b4 (diff)
[ruby/rdoc] Removed duplicated doc
https://github.com/ruby/rdoc/commit/0dd36a5c35
Diffstat (limited to 'test')
-rw-r--r--test/rdoc/support/test_case.rb13
1 files changed, 0 insertions, 13 deletions
diff --git a/test/rdoc/support/test_case.rb b/test/rdoc/support/test_case.rb
index 6d397625e8..21c5534583 100644
--- a/test/rdoc/support/test_case.rb
+++ b/test/rdoc/support/test_case.rb
@@ -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'