class : QuickSpec { override func spec() { describe("test api を実行") { var response = false context("API にアクセスに成功した場合") { beforeEach { // 1. 指定の Host へのアクセスを GET_test.json に Stub する。 _ = stub(condition: isHost("example.com")) { _ in let stubPath = OHPathForFile("GET_test.json", type(of: self)) return fixture(filePath: stubPath!, headers: nil) } // done() を実行すると処理が終わる waitUntil { done in // 2. API を