test/fixtures/store_find.yml in access-2.0.3 vs test/fixtures/store_find.yml in access-2.0.4

- old
+ new

@@ -494,6 +494,87 @@ } ] } http_version: recorded_at: Thu, 27 Aug 2015 20:17:38 GMT +- request: + method: get + uri: https://offer-demo.adcrws.com/v1/stores/19016615?member_key=API_RUBY_GEM_TEST + body: + encoding: US-ASCII + string: '' + headers: + Access-Token: + - token_without_limit + Content-Type: + - application/json + Accept: + - application/json + response: + status: + code: 200 + message: OK + headers: + Access-Control-Allow-Headers: + - Origin, X-Requested-With, Content-Type, Accept, Authorization, Access-Token + Access-Control-Allow-Methods: + - POST, GET, PUT, DELETE, OPTIONS + Access-Control-Max-Age: + - '1728000' + Access-Control-Request-Method: + - GET + Cache-Control: + - max-age=0, private, must-revalidate + Content-Type: + - application/json + Date: + - Fri, 11 Sep 2015 20:33:21 GMT + Etag: + - '"111a49e6ac3ee7f9c1b0ce782cd4a814"' + Server: + - nginx/1.6.2 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - SAMEORIGIN + X-Request-Id: + - 8f99ec9e-3fc5-4fad-b120-638d6b6dbee9 + X-Runtime: + - '0.018045' + X-Xss-Protection: + - 1; mode=block + Content-Length: + - '1216' + Connection: + - keep-alive + body: + encoding: UTF-8 + string: |- + { + "stores": [ + { + "store_key": 19016615, + "name": "Oakland Aviation Museum", + "description": "Oakland Aviation Museum, formerly called Western Aerospace Museum, was founded in 1981 as a non-profit organization operating an aviation museum located at North Field of Oakland International Airport in Oakland, California. It has over 30 vintage and modern airplanes, both civilian and military, and other displays that highlight noted aviators and innovators.", + "logo_url": "https://static-demo.accessdevelopment.com/brand/927ccecda0edfdf2d34c561249f4e1fc5fb92b7f/original.png", + "national": false, + "active_location_count": 1, + "active_offer_count": 1, + "store_categories": [ + { + "category_name": "Museums, Zoos & Tours", + "category_key": 1015, + "category_parent_key": 59, + "category_parent_name": "Entertainment & Recreation", + "category_type": "subcategory" + } + ], + "links": { + "find_offers_for_this_store": "https://offer-demo.adcrws.com/v1/offers?store_key=19016615", + "find_locations_for_this_store": "https://offer-demo.adcrws.com/v1/locations?store_key=19016615" + } + } + ] + } + http_version: + recorded_at: Fri, 11 Sep 2015 20:33:21 GMT recorded_with: VCR 2.9.3