We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27c5f94 commit 0dd36a5Copy full SHA for 0dd36a5
test/rdoc/support/test_case.rb
@@ -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
-
14
require 'bundler/errors'
15
begin
16
gem 'test-unit'
0 commit comments