Commit 2927b6e
committed
Separate off test of RDoc::RubygemsHook
RDoc uses test-unit but RubyGems uses minitest. RDoc::RubygemsHook is a part
of RubyGems so its test also uses minitest. Rakefile of RDoc runs both tests
at one time so always only RDoc::RubygemsHook's test runs. All other tests do
never be run. So modified Rakefile to be run both tests separately.1 parent 548d4d1 commit 2927b6e
1 file changed
+9
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
41 | 47 | | |
42 | 48 | | |
43 | 49 | | |
| |||
0 commit comments