3Squared / SQKDataKit

Lightweight Core Data helper to reduce boilerplate code.
MIT License
19 stars 6 forks source link

Removed saveMainContex: nested, reference issue #15 #28

Closed lukestringer90 closed 10 years ago

lukestringer90 commented 10 years ago

It doesn't really fit with the responsibilities for the context manager, and it does't really do much other than call save: anyway.

Current the testMergePropagatesChangesWhenMergingPrivateContextIsSaved unit tests doesn't pass so don't merge.

Addresses this issue.

lukestringer90 commented 10 years ago

Unit test pass, must have been problem with my local build.