Specify
Specify copied to clipboard
An Objective-C behaviour-driven development library.
Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.7 to 1.2.10. Release notes Sourced from tzinfo's releases. v1.2.10 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require when...
Bumps [cocoapods-downloader](https://github.com/CocoaPods/cocoapods-downloader) from 1.3.0 to 1.6.3. Release notes Sourced from cocoapods-downloader's releases. 1.6.3 Enhancements None. Bug Fixes None. 1.6.2 Enhancements None. Bug Fixes None. 1.6.1 Enhancements None. Bug Fixes None....
Should be given a default name, otherwise logging won't work correctly and any failures won't be integrated with Xcode.
The following code causes OCUnit to wholly fail with no reason why: ``` describe(@"something", ^{ [[@TRUE should] beFalse]; }); ``` Because the exception is raised during definition, the suite fails....
`let(...);` is used to provide variables to examples that can be accessed using the `the()` function. `let(@"name", ^{ return @"Frank"; })` registers the string 'Frank' for the identifier 'name', which...