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

@@ -62,7 +62,7 @@
<EnvironmentVariables>
<EnvironmentVariable
key = "UISPEC_SPEC"
value = "RKRequestSpec"
value = "RKResponseSpec"
isEnabled = "NO">
</EnvironmentVariable>
<EnvironmentVariable
@@ -72,7 +72,7 @@
</EnvironmentVariable>
<EnvironmentVariable
key = "UISPEC_EXAMPLE"
value = "itShouldCacheTheRequestHeadersAndBodyIncludingOurOwnCustomTimestampHeader"
value = "itShouldPostSimpleKeyValuesViaRKParams"
isEnabled = "NO">
</EnvironmentVariable>
<EnvironmentVariable
@@ -87,7 +87,7 @@
</EnvironmentVariable>
<EnvironmentVariable
key = "UISPEC_SPEC"
value = "RKManagedObjectFactorySpec"
value = "RKRequestSpec"
isEnabled = "NO">
</EnvironmentVariable>
<EnvironmentVariable