middleman/features/data.feature

7 lines
216 B
Gherkin
Raw Normal View History

2011-07-06 19:29:07 +02:00
Feature: Local Data API
In order to abstract content from structure
Scenario: Rendering html with the feature enabled
Given the Server is running
When I go to "/data.html"
Then I should see "One:Two"