Updates to make parsedBody: implementation ready for merge. Migrated all remaining specs to RKSpec so failures don't cause crashes when you use the Hamcrest helpers. closes #153

This commit is contained in:
Blake Watters
2011-06-15 10:47:45 -04:00
parent d5e3fc33a1
commit e65ea71b20
16 changed files with 36 additions and 24 deletions

View File

@@ -92,7 +92,7 @@
/**
* Return the response body parsed as JSON into an object
*/
- (id)parsedBody:(NSError*)error;
- (id)parsedBody:(NSError**)error;
/**
* Will determine if there is an error object and use it's localized message