middleman/features/data.feature
2011-07-06 22:57:46 -07:00

7 lines
191 B
Gherkin

Feature: Local Data API
In order to abstract content from structure
Scenario: Rendering html
Given the Server is running
When I go to "/data.html"
Then I should see "One:Two"