[ Content | View menu ]

Testing API Integrations In RSpec

Mark Mzyk March 5, 2012

RSpec, a Behavior Driven Development framework, is great for various kinds of testing, such as unit and integration testing. However one area that is hard to test is integrations that cross APIs. You call into a service, then need to wait while it takes some action before proceeding with the test you want. An example […]