Skip to content
This repository has been archived by the owner on Sep 12, 2018. It is now read-only.

Add tests for recursively creating models using findOrCreate: #62

Merged
merged 1 commit into from
Mar 27, 2014
Merged

Add tests for recursively creating models using findOrCreate: #62

merged 1 commit into from
Mar 27, 2014

Conversation

kattrali
Copy link
Contributor

Updated to contain only tests for merged functionality

@@ -187,15 +184,16 @@ + (NSString *)entityName {

#pragma mark - Private

+ (NSPredicate *)predicateFromDictionary:(NSDictionary *)dict {
+ (NSPredicate *)predicateFromDictionary:(NSDictionary *)dict inContext:(NSManagedObjectContext *)context {
dict = [self safeEntriesForUpdate:dict inContext:context];
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can't determine if this line is necessary. 0_o

@kattrali kattrali changed the title Add ability to find and create nested model instances from an NSDictionary Add tests for recursively creating models using findOrCreate: Mar 27, 2014
stephencelis added a commit that referenced this pull request Mar 27, 2014
Add tests for recursively creating models using findOrCreate:
@stephencelis stephencelis merged commit 535c7c4 into supermarin:master Mar 27, 2014
@kattrali kattrali deleted the recursive-find-create branch March 27, 2014 17:59
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants