mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
6 lines
No EOL
262 B
Gherkin
6 lines
No EOL
262 B
Gherkin
Feature: Support content_for and yield_content helpers
|
|
|
|
Scenario: content_for works as expected in erb
|
|
Given the Server is running at "content-for-app"
|
|
When I go to "/content_for_erb.html"
|
|
Then I should see "In Layout: I am the yielded content erb" |