/CuckooForSpecta

Cuckoo For Cocoa Dev using Specta, Expecta and OCMock

Primary LanguageObjective-C

CuckooForSpecta Build Status

Cuckoo For Cocoa Dev using Specta, Expecta and OCMock. This will be used for Cuckoo for Cocoa Dev blog posts on BDD.

Setup

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

Cuckoo For Cocoa Dev

BDD Using Specta Part 1 - Advanced Techniques

This portion of the project contains the code and tests demonstrated at BDD Advanced Techniques - Part 1.

BDD Using Specta Part 2 - Advanced Techniques

This portion of the project contains the code and tests demonstrated at BDD Advanced Techniques - Part 2.