Releases: railsware/Sleipnir
Releases · railsware/Sleipnir
Version 0.4.0
Version 0.3.1
- 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.
Version 0.3.0
- 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
Version 0.2.0
- 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
Version 0.1.0
Initial release.
- Support for XCode6-Beta3.
- Test Slepnir with Sleipnir specs.