Andrei Filippov

Results 4 comments of Andrei Filippov

We encountered this type of API in our work, which prompted this solution. However, I'm unsure if this is the most suitable approach for the gem's core functionality. Maybe it's...

Find some problems with current approach and need time to investigate it, convert PR to draft for now

Hi @samandmoore Our problem is that we don't fake whole service at once, we need separately fake different parts of it. Like our vendor don't give us sandbox environment for...

> oh interesting. so you also need requests that _don't match_ your matcher to actually go through and not be routed to any fake at all? Yes, thats the main...