Testing Dependencies: Fake It While You Make It
It may not be your code, but you still want to make sure you’re using it the way you expect to. Let’s explore four ways to test interactions with third-party dependencies, whether it be a HTTP API, database, gem, or other system.
Post a comment