Dynamic ERB cassettes
Enable dynamic ERB cassette evalutation using :erb => true
---
http_interactions:
- request:
method: get
uri: http://example.com/foo?a=<%= 'b' * 3 %>
body:
encoding: UTF-8
string: ''
headers: {}
response:
status:
code: 200
message: OK
headers:
Content-Type:
- text/html;charset=utf-8
Content-Length:
- '9'
body:
encoding: UTF-8
string: Hello <%= 'bar'.next %>
http_version: '1.1'
recorded_at: Tue, 01 Nov 2011 04:58:44 GMT
recorded_with: VCR 2.0.0Pass arguments to the ERB using :erb => { ... }
Last updated