Sha256: 33741b62b1d690c050b51d385f178d07db4f6839111e5607001737461cb4b35b
Contents?: true
Size: 857 Bytes
Versions: 5
Compression:
Stored size: 857 Bytes
Contents
--- - !ruby/struct:VCR::HTTPInteraction :request: !ruby/struct:VCR::Request :method: :get :uri: http://example.com:80/embedded_ruby_code :body: :headers: :response: !ruby/struct:VCR::Response :status: !ruby/struct:VCR::ResponseStatus :code: 200 :message: OK :headers: etag: - "\"24ec5-1b6-4059a80bfd280\"" last-modified: - Tue, 15 Nov 2005 13:24:10 GMT connection: - Keep-Alive content-type: - text/html; charset=UTF-8 date: - Thu, 25 Feb 2010 15:20:47 GMT server: - Apache/2.2.3 (CentOS) content-length: - "438" age: - "2546" accept-ranges: - bytes :body: | Some embedded ruby code: <%= 4 + 3 %> The value of some_variable is: <%= some_variable %> :http_version: "1.1"
Version data entries
5 entries across 5 versions & 1 rubygems