In-Memory Fake Adapters
There are two common techniques for specifying in a test the behavior of a 3rd party system:
- stubbing of an adapter/gem methods.
- stubbing the HTTP requests triggered by those adapters/gems.
I would like to present you a third option — In-Memory Fake Adapters and show an example of one.
Post a comment