Commit e794ab7
Load RDoc before the test sandbox in TestGemRDoc
RDoc 8 depends on rbs, and that dependency stays unresolved when several
rbs versions are installed. It is then resolved on the first require of
rbs, which happens inside Gem::RDoc#setup, after Gem::TestCase#setup has
pointed GEM_HOME at an empty temporary directory, so it raises LoadError.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>1 parent e5f0607 commit e794ab7
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
7 | 12 | | |
8 | 13 | | |
9 | 14 | | |
| |||
0 commit comments