supermarin / ObjectiveRecord

ActiveRecord-like API for CoreData
MIT License
1.29k stars 194 forks source link

ManagedObjectContext property in CoreDataManager #99

Open gscalzo opened 10 years ago

gscalzo commented 10 years ago

It's now settable from a client. Basically I'm using ObjectiveRecord to unit testing an app using RestKit, which handles the ManagedObjectContext. I added a Unit Test as well.