Skip to content

Instantly share code, notes, and snippets.

@luismachado
Created March 14, 2018 06:54
Show Gist options
  • Save luismachado/a3735196347177098e79f14a339f2b6b to your computer and use it in GitHub Desktop.
Save luismachado/a3735196347177098e79f14a339f2b6b to your computer and use it in GitHub Desktop.
import Quick
import Nimble
@testable import FizzBuzz
class ViewControllerUnitTestsNimble: QuickSpec {
var viewController: ViewController!
override func spec() {
describe("View Controller Tests") {
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment