diff options
author | Hiroshi SHIBATA <[email protected]> | 2021-09-03 16:58:40 +0900 |
---|---|---|
committer | git <[email protected]> | 2021-09-03 19:10:28 +0900 |
commit | 0a9a3799bb8421b09cc458f47590574d2d59506d (patch) | |
tree | 89cb106e658759b39ff1aa5f4dee8aa987f3eb78 /test/rdoc/support | |
parent | 078969914d6776499a655301b3a86e904d8b27b4 (diff) |
[ruby/rdoc] Removed duplicated doc
https://github.com/ruby/rdoc/commit/0dd36a5c35
Diffstat (limited to 'test/rdoc/support')
-rw-r--r-- | test/rdoc/support/test_case.rb | 13 |
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' |