ほうほう
2) The account_identity_proof factory is valid
Failure/Error: response = http_client.public_send(@verb, @url.to_s, @options.merge(headers: headers))
WebMock::NetConnectNotAllowedError:
Real HTTP connections are disabled. Unregistered request: GET https://keybase.io/_/api/1.0/sig/proof_valid.json?… with headers {'Accept-Encoding'=>'gzip', 'Connection'=>'close', 'Date'=>'Fri, 31 Mar 2023 19:42:00 GMT', 'Host'=>'keybase.io', 'User-Agent'=>'http.rb/5.1.1 (Mastodon/4.1.1 at 78770dcf on ruby-3.2.2; +https://cb6e6126.ngrok.io/)'}
You can stub this request with the following snippet:
stub_request(:get, "https://keybase.io/_/api/1.0/sig/proof_valid.json?…").
with(
headers: {
'Accept-Encoding'=>'gzip',
:
}).
to_return(status: 200, body: "", headers: {})
:
# ./spec/fabricators_spec.rb:8:in `block (3 levels) in <top (required)>'