I have a simple fixture.yml
label:
body: "<%= variable %>"
The issue is that the erb code is parsed as part of loading the fixture, but I actually want to body to be "<%= variable %>" un-interpolated.
How do I escape this?
-daniel
|
I have a simple fixture.yml
The issue is that the erb code is parsed as part of loading the fixture, but I actually want to body to be "<%= variable %>" un-interpolated. How do I escape this? -daniel
| |||
|
feedback
|
|
Add a second
The | |||
|
feedback
|