Skip to content

Instantly share code, notes, and snippets.

@sharplet
Created April 30, 2015 13:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sharplet/f1b03baca942c500529e to your computer and use it in GitHub Desktop.
Save sharplet/f1b03baca942c500529e to your computer and use it in GitHub Desktop.
Kiwi in Swift
import Kiwi
import XCTest
class KiwiSpec: KWSpec {
override class func buildExampleGroups() {
it("has a test") {
XCTAssert(1 + 1 == 2)
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment