middleman/middleman-core/features/liquid.feature

11 lines
325 B
Gherkin
Raw Normal View History

Feature: Support liquid partials
Scenario: Rendering liquid
2011-12-30 04:28:49 +01:00
Given the Server is running at "liquid-app"
When I go to "/liquid_master.html"
2011-12-30 04:28:49 +01:00
Then I should see "Greetings"
Scenario: Rendering liquid
Given the Server is running at "liquid-app"
When I go to "/data2.html"
Then I should see "OneTwo"