Skip to content

Use httpretty lib to disable net connections in tests

Administrator requested to merge disable-net-connections-in-tests into master

Using the library HTTPretty we can block all the network connections. If we exec an unexpected HTTP call, this lib raises an UnmockedError.

Merge request reports

Loading