DummySpec.swift 215 B

12345678910
  1. import Quick
  2. import Nimble
  3. // Dummy spec just to force Xcode to copy the Swift runtime into the test bundle
  4. // Otherwise the tests fail immediately.
  5. class DummySpec: QuickSpec {
  6. override func spec() {
  7. }
  8. }