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 opening network connections during tests #330

Closed andyw8 closed 2 months ago

andyw8 commented 2 months ago

Tests occasionally fail if we can't connect to api.rubyonrails.org, e.g.:

Exception occurred when fetching Rails document index: #<Socket::ResolutionError: Failed to open TCP connection to api.rubyonrails.org:443 (getaddrinfo: Temporary failure in name resolution)>

We can use Webmock or similar to avoid this.