Created
April 30, 2015 13:24
-
-
Save sharplet/f1b03baca942c500529e to your computer and use it in GitHub Desktop.
Kiwi in Swift
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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