Commit cf5c8c8
Fix gem_pins_spec.rb to use the renamed DocMap#cache_doc_map_gems!
Earlier, while this PR's PinCache-core piece was still a standalone
branch (before combining the engine, wiring, and CLI update into one
PR), this spec was pointed at DocMap#cache_all! since that was the
only name that existed on master at the time. Now that this PR also
includes the DocMap wiring that renames cache_all! to
cache_doc_map_gems!, the spec needs to follow that rename too - CI
caught the drift (undefined method 'cache_all!' for an instance of
Solargraph::DocMap).
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>1 parent b061580 commit cf5c8c8
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments