We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cef5df commit c6a8b08Copy full SHA for c6a8b08
spec/lib/detect_language_spec.rb
@@ -54,7 +54,7 @@
54
.with('ws.detectlanguage.com', 443, 'my-proxy', 8080, 'dummy', 'pass', nil, true)
55
.and_call_original
56
57
- expect { subject }.to raise_error(Socket::ResolutionError)
+ expect { subject }.to raise_error(SocketError)
58
end
59
60
0 commit comments