Commit 2893c53
committed
Fix test_loaded_gem_types faling in test-bundled-gems (take 3)
Gem.loaded_specs does not include prism when running with `make test-bundled-gems`.
`require 'prism'; Gem.loaded_specs['prism']` returns nil.
This does not happend when running the test with `tool/test-bundled-gems.rb`.
This does not happen with RBS.
Revert again to use sig defined in RBS instead of Prism.1 parent 9824936 commit 2893c53
1 file changed
Lines changed: 4 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
254 | 254 | | |
255 | 255 | | |
256 | 256 | | |
257 | | - | |
258 | | - | |
| 257 | + | |
| 258 | + | |
259 | 259 | | |
260 | | - | |
| 260 | + | |
261 | 261 | | |
262 | | - | |
263 | | - | |
| 262 | + | |
264 | 263 | | |
265 | 264 | | |
266 | 265 | | |
| |||
0 commit comments