Skip to content

Instantly share code, notes, and snippets.

@olbrichj
Last active July 25, 2017 20:50
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 olbrichj/38c7a3d78320c69e5186abe25a8452f1 to your computer and use it in GitHub Desktop.
Save olbrichj/38c7a3d78320c69e5186abe25a8452f1 to your computer and use it in GitHub Desktop.
import Quick
import Nimble
@testable import TestModule
class ModuleTests: QuickSpec {
var sut: TestClass?
describe("The TestClass") {
context("in a specific state") {
it("does what ever we test for") {
// the actual test
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment