OHTTPStubs stubRequestsPassingTest currently returns YES so stubs are returned for all network traffic. This is probably ok since the tests for this framework only cares about traffic for a single host. BUT the best practice is to limit this to the host we're testing with.
OHTTPStubs stubRequestsPassingTest currently returns YES so stubs are returned for all network traffic. This is probably ok since the tests for this framework only cares about traffic for a single host. BUT the best practice is to limit this to the host we're testing with.