import Quick import Nimble // Dummy spec just to force Xcode to copy the Swift runtime into the test bundle // Otherwise the tests fail immediately. class DummySpec: QuickSpec { override func spec() { } }