spec/fixtures/fake_cc_user.json in cfoundry-0.7.0.rc10 vs spec/fixtures/fake_cc_user.json in cfoundry-0.7.0.rc11

- old
+ new

@@ -46,11 +46,22 @@ "metadata": { "guid": "user-id-1", "url": "/v2/users/user-id-1" }, "entity": {} - }] + }], + "quota_definition": { + "metadata": { + "guid": "quota-definition-id-1", + "url": "/v2/quota_definitions/quota-definition-id-1" + }, + "entity": { + "name": "quota", + "non_basic_services_allowed": true, + "total_services": 32 + } + } } }, { "metadata": { "guid": "organization-id-2", @@ -91,10 +102,23 @@ "metadata": { "guid": "user-id-1", "url": "/v2/users/user-id-1" }, "entity": {} - }] + }], + "quota_definition": { + "metadata": { + "guid": "quota-definition-id-1", + "url": "/v2/quota_definitions/quota-definition-id-1", + "created_at": "2012-12-18 22:57:23 +0000", + "updated_at": "2012-12-18 22:57:23 +0000" + }, + "entity": { + "name": "quota", + "non_basic_services_allowed": true, + "total_services": 32 + } + } } }], "managed_organizations": [], "billing_managed_organizations": [{