Cuckoo For Cocoa Dev using Specta, Expecta and OCMock. This will be used for Cuckoo for Cocoa Dev blog posts on BDD.
This project uses Ruby, Ruby Gems, Bundler, and Cocoapods. Get these installed on your machine and then run the setup.sh script to get Cocoapods and xcpretty and Rake:
$ ./setup.sh
Cocoapods is used to install the Specta/Expecta/OCMock testing frameworks. Once this has been setup, use the workspace to run the specs (CuckooForSpecta.xcworkspace).
The Specs can be run using the default rake task:
$ bundle exec rake
This portion of the project contains the code and tests demonstrated at BDD Advanced Techniques - Part 1.
This portion of the project contains the code and tests demonstrated at BDD Advanced Techniques - Part 2.