### Overview The following is an overview of how I approach Test Driven Development (TDD) for iOS projects. I use [Kiwi](http://github.com/allending/kiwi) as my TDD tool
In my last post, I decided to remove my Singleton object in preference for passing the `NSManagedObjectContext` around between view controllers. In my application, I