This is a sample project to demonstrate use of the Objective-C mock object implementation, OCMock. The project uses the OCMock CocoaPod to integrate the framework with the project.
To setup the project, install http://www.cocoapods.org, then
> git clone https://github.com/obuseme/OCMockSample.git
> cd OCMockSample
> pod install
> open OCMockSample.xcworkspace
You can find an accompanying blog post that overviews concepts used here on AWeber's Engineering Blog at: https://engineering.aweber.com/improving-ios-unit-tests-with-ocmock/