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 8617f23 commit cbce629Copy full SHA for cbce629
lib/rdoc.rb
@@ -125,8 +125,6 @@ def self.load_yaml
125
126
autoload :RDoc, 'rdoc/rdoc'
127
128
- autoload :TestCase, 'rdoc/test_case'
129
-
130
autoload :CrossReference, 'rdoc/cross_reference'
131
autoload :ERBIO, 'rdoc/erbio'
132
autoload :ERBPartial, 'rdoc/erb_partial'
test/xref_test_case.rb
@@ -1,7 +1,7 @@
1
# frozen_string_literal: true
2
ENV['RDOC_TEST'] = 'yes'
3
4
-require 'rdoc'
+require 'minitest_helper'
5
require File.expand_path '../xref_data', __FILE__
6
7
class XrefTestCase < RDoc::TestCase
0 commit comments