2011-09-08 23:06:22 -07:00
|
|
|
Feature: Support liquid partials
|
|
|
|
|
|
|
|
Scenario: Rendering liquid
|
2011-12-29 19:28:49 -08:00
|
|
|
Given the Server is running at "liquid-app"
|
2011-09-08 23:06:22 -07:00
|
|
|
When I go to "/liquid_master.html"
|
2011-12-29 19:28:49 -08: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"
|