Slide 13
Slide 13 text
> Pivotal's collection of helpers for iOS
> Includes a bunch of testing infrastructure
> Works together with their BDD framework Cedar:
describe(@"Example specs on NSString", ^{
it(@"lowercaseString returns a new string with everything in lower case", ^{
[@"FOOBar" lowercaseString] should equal(@"foobar");
});
});