adds color and execution time to output, adds SwiftLint
A tiny, Linux-compatible, pure-Swift BDD framework for Swift projects. (insert bird-pun)
Current Version: 0.1.0 | Swift 4+
Documentation | Quick Start | Example Project
before
after
let ExampleSpec = describe("testing with Speck") { it("makes testing expressive and fun") { expect(testing).to(equal: "fun") } }
Speck
A tiny, Linux-compatible, pure-Swift BDD framework for Swift projects. (insert bird-pun)
Current Version: 0.1.0 | Swift 4+
Documentation | Quick Start | Example Project
Features
before
, andafter