Faking web requests in Rails test without Fakeweb
- by Poor Lil Rich Boy
I'm using the Handsoap gem with Httpclient gem as the driver in a Rails app.
How can I prevent network calls from Handsaop/Httpclient gems in test cases?
FakeWeb doesn't support Httpclient.