1
0
Fork 0
mirror of https://github.com/middleman/middleman.git synced 2022-11-09 12:20:27 -05:00
middleman--middleman/features/data.feature
Thomas Reynolds 6a3de0768c Data API test
2011-07-06 10:29:07 -07:00

7 lines
No EOL
216 B
Gherkin

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"