Mocking HTTP requests with HTTPretty
Today it is quite common to write applications that depend on third-party APIs, or even internal APIs, in this modularized digital world. But it makes testing tricky because dependency has an impact during the testing process:
MatÃas Aguirre
wrote this on