Skip to content

Instantly share code, notes, and snippets.

@tugbaaksoy
tugbaaksoy / quick.swift
Last active June 21, 2022 15:15
quick and nimble example
import Quick
import Nimble
@testable import Basket
class BasketSpec: QuickSpec {
override func spec() {
beforeEach{
let apple = Apple()