All Versions
5
Latest Version
Avg Release Cycle
6 days
Latest Release
3864 days ago
Changelog History
Changelog History
-
v0.4.0 Changes
August 21, 2014- ๐ Support for XCode6-Beta6
- ๐ New: Should syntax implementation. Documentation
swift actual.should.equal(expected)
- ๐ Change: Drop support for multiple items in Contain matcher.
-
v0.3.1 Changes
August 11, 2014- ๐ Fix: Update for OSX and iOS frameworks. They now work in project with both Swift and ObjC code
- ๐ Fix: Return correct result after specs run.
-
v0.3.0 Changes
August 07, 2014- ๐ Support for XCode6-Beta5.
- Distribution as a framework through CocoaPods (experimental)
- ๐ New: shared example groups
- ๐ New: operator syntax for some matchers:
expect(3) == 3
- ๐ New matchers:
- BeGreaterThanOrEqualTo/BeLessThanOrEqualTo
- ๐ Fix: Shorten random seed to 4 digits
-
v0.2.0 Changes
July 29, 2014- ๐ Support for XCode6-Beta4.
- ๐ New: support for focused and excluded examples and example groups.
- ๐ New matchers:
- BeNil
- BeGreaterThan/BeLessThan
- Matchers on containers (Contain, BeEmpty, BeginWith, EndWith)
- ๐ Support for trailing closure in
expect
-
v0.1.0 Changes
July 29, 2014๐ Initial release.
- ๐ Support for XCode6-Beta3.
- โ Test Slepnir with Sleipnir specs.