updated for Xcode 7 beta 3

This commit is contained in:
John Estropia
2015-07-09 21:25:19 +09:00
parent 450afb00fa
commit 35fbaf9513
4 changed files with 16 additions and 12 deletions

View File

@@ -43,7 +43,7 @@ class CoreStoreTests: XCTestCase {
func testExample() {
let stack = DataStack(modelName: "Model", sourceBundle: NSBundle(forClass: self.dynamicType))
let stack = DataStack(modelName: "Model", bundle: NSBundle(forClass: self.dynamicType))
CoreStore.defaultStack = stack
XCTAssert(CoreStore.defaultStack === stack, "CoreStore.defaultStack === stack")