Top Stories published by Perplexinomicon in 2016

Real Responses from Mock Modules

A couple of weeks ago, I wrote about how to move a mock module out of your production code and into your test folder. Today we’ll follow up with a short post on getting fake responses from your mock module. For this example I’m going to use HTTP mocking, because that is…


Adding services and CI to our Plug App

In the previous post we deployed a Plug.Router application to Heroku. In this post, we’ll add some services to help us understand how our app is behaving, and we’ll also get our app deploying directly from our CI server.