Skip to content

Commit 0dd36a5

Browse files
committed
Removed duplicated doc
1 parent 27c5f94 commit 0dd36a5

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

test/rdoc/support/test_case.rb

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,3 @@
1-
##
2-
# RDoc::TestCase is an abstract TestCase to provide common setup and teardown
3-
# across all RDoc tests. The test case uses minitest, so all the assertions
4-
# of minitest may be used.
5-
#
6-
# The testcase provides the following:
7-
#
8-
# * A reset code-object tree
9-
# * A reset markup preprocessor (RDoc::Markup::PreProcess)
10-
# * The <code>@RM</code> alias of RDoc::Markup (for less typing)
11-
# * <code>@pwd</code> containing the current working directory
12-
# * FileUtils, pp, Tempfile, Dir.tmpdir and StringIO
13-
141
require 'bundler/errors'
152
begin
163
gem 'test-unit'

0 commit comments

Comments
 (0)