Shopify / ruby-lsp-rails

A Ruby LSP addon for Rails
https://shopify.github.io/ruby-lsp-rails/
MIT License
518 stars 21 forks source link

Avoid network requests while running tests #337

Closed andyw8 closed 2 months ago

andyw8 commented 2 months ago

Closes #330

I saved the full index (1.7MB) as a fixture - if we feel that's too big/awkward then I can look at editing it so we only have that minimal aspects necessary for the tests.