2011-09-09 08:06:22 +02:00
|
|
|
Feature: Support liquid partials
|
|
|
|
|
|
|
|
Scenario: Rendering liquid
|
2011-12-30 04:28:49 +01:00
|
|
|
Given the Server is running at "liquid-app"
|
2011-09-09 08:06:22 +02:00
|
|
|
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"
|