spec/cassettes/load_serving_entity.yml in genability-0.2.0 vs spec/cassettes/load_serving_entity.yml in genability-0.3.0

- old
+ new

@@ -1,28 +1,33 @@ ---- -- !ruby/struct:VCR::HTTPInteraction - request: !ruby/struct:VCR::Request +--- +- !ruby/struct:VCR::HTTPInteraction + request: !ruby/struct:VCR::Request method: :get uri: http://api.genability.com:80/rest/public/lses/2756?appId=ValidAppID&appKey=ValidAppKey body: - headers: - accept: + headers: + accept: - application/json; charset=utf-8 - user-agent: + user-agent: - Genability API Ruby Gem - accept-encoding: + accept-encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - response: !ruby/struct:VCR::Response - status: !ruby/struct:VCR::ResponseStatus + response: !ruby/struct:VCR::Response + status: !ruby/struct:VCR::ResponseStatus code: 200 message: OK - headers: - server: - - Apache-Coyote/1.1 - content-type: + headers: + access-control-allow-origin: + - ! '*' + content-type: - application/json;charset=utf-8 - transfer-encoding: + date: + - Sat, 05 May 2012 18:43:42 GMT + server: + - Apache/2.2.16 (Ubuntu) + transfer-encoding: - chunked - date: - - Wed, 26 Oct 2011 06:44:56 GMT - body: "{\"status\":\"success\",\"count\":1,\"type\":\"LoadServingEntity\",\"results\":[{\"lseId\":2756,\"name\":\"Georgia Power Co\",\"code\":\"7140\",\"websiteHome\":\"http://www.georgiapower.com/\"}]}" - http_version: "1.1" + connection: + - keep-alive + body: ! '{"status":"success","count":1,"type":"LoadServingEntity","results":[{"lseId":2756,"name":"Georgia + Power Co","code":"7140","websiteHome":"http://www.georgiapower.com/"}]}' + http_version: '1.1'