Skip to content

Commit

Permalink
Merge branch 'rayfix-test-fix-1'
Browse files Browse the repository at this point in the history
  • Loading branch information
blakewatters committed Dec 13, 2011
2 parents 21c3b6a + 1af71ff commit 8a4c96d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Specs/ObjectMapping/RKObjectMappingNextGenSpec.m
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,7 @@ - (void)testShouldConsiderADictionaryContainingOnlyNullValuesForKeysMappable {
RKObjectMappingOperation* operation = [[RKObjectMappingOperation alloc] initWithSourceObject:dictionary destinationObject:user mapping:mapping];
BOOL success = [operation performMapping:nil];
assertThatBool(success, is(equalToBool(YES)));
assertThat(user.name, is(equalTo([NSNull null])));
assertThat(user.name, is(nilValue()));
[operation release];
}

Expand Down

0 comments on commit 8a4c96d

Please sign in to comment.