Daniel Wichman-Buescher
Results
1
issues of
Daniel Wichman-Buescher
This stub, chained with `with()`, will never match its intended request... ```ruby stub_request(:post, /urlmatcher/). with(headers: { "SOAPAction" => "https://some.soap.endpoint/where/things/happen" }) ``` because the stub's `HeadersPattern` has been normalized and no...