Specify icon indicating copy to clipboard operation
Specify copied to clipboard

An Objective-C behaviour-driven development library.

Results 6 Specify issues
Sort by recently updated
recently updated
newest added

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...

dependencies

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....

dependencies

Should be given a default name, otherwise logging won't work correctly and any failures won't be integrated with Xcode.

bug

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....

bug

`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...

enhancement

Groups of examples which can be shared across multiple specs.

enhancement