2011-07-06 13:29:07 -04:00
|
|
|
Feature: Local Data API
|
|
|
|
In order to abstract content from structure
|
|
|
|
|
2011-07-07 01:56:20 -04:00
|
|
|
Scenario: Rendering html
|
2011-07-06 13:29:07 -04:00
|
|
|
Given the Server is running
|
|
|
|
When I go to "/data.html"
|
|
|
|
Then I should see "One:Two"
|