Add tests clarifying issue regarding relativePath vs. relativeString. closes #996

This commit is contained in:
Blake Watters
2012-10-15 23:22:27 -04:00
parent 64e9c7cb6d
commit d6c429e735
2 changed files with 25 additions and 5 deletions

View File

@@ -310,11 +310,6 @@ static NSString *RKMIMETypeFromAFHTTPClientParameterEncoding(AFHTTPClientParamet
return operation;
}
// TODO: Unit test me!
// non-managed object, nil path
// managed object, given path
// nil object, path contains response descriptor with entity mapping
// nil object, path does not
- (id)appropriateObjectRequestOperationWithObject:(id)object
method:(RKRequestMethod)method
path:(NSString *)path