Joe Douglas
Results
1
issues of
Joe Douglas
I'm using webmock v3.5.1 on ruby 2.6.1 The following example will fail: ``` stub_request("get","http://example.com") HTTParty.get("http://example.com") ``` And the output includes the text ``` registered request stubs: stub_request(:get, "http://example.com/") ``` I...