Use httpretty lib to disable net connections in tests
Using the library HTTPretty we can block all the network connections. If we exec an unexpected HTTP call, this lib raises an UnmockedError.
Using the library HTTPretty we can block all the network connections. If we exec an unexpected HTTP call, this lib raises an UnmockedError.