Big update. Migration tools in progress

This commit is contained in:
John Rommel Estropia
2015-07-01 08:03:09 +09:00
parent 71c80c3497
commit 40f22761bf
53 changed files with 2177 additions and 970 deletions

View File

@@ -43,7 +43,7 @@ class CoreStoreTests: XCTestCase {
func testExample() {
let stack = DataStack()
let stack = DataStack(sourceBundles: NSBundle.allBundles() as? [NSBundle])
CoreStore.defaultStack = stack
XCTAssert(CoreStore.defaultStack === stack, "CoreStore.defaultStack === stack")