2011-07-06 10:29:07 -07:00
|
|
|
Feature: Local Data API
|
|
|
|
In order to abstract content from structure
|
|
|
|
|
2011-07-06 22:56:20 -07:00
|
|
|
Scenario: Rendering html
|
2011-07-27 19:59:38 -07:00
|
|
|
Given the Server is running at "test-app"
|
2011-07-06 10:29:07 -07:00
|
|
|
When I go to "/data.html"
|
2011-09-06 11:12:20 -07:00
|
|
|
Then I should see "One:Two"
|
|
|
|
|
|
|
|
Scenario: Rendering liquid
|
|
|
|
Given the Server is running at "test-app"
|
|
|
|
When I go to "/data2.html"
|
|
|
|
Then I should see "OneTwo"
|