middleman-deploy/features/test.feature

6 lines
156 B
Gherkin
Raw Normal View History

2014-05-29 11:57:30 +02:00
Feature: test
Scenario: whilst testing
Given the Server is running at "test-app"
When I go to "/index.html"
Then I should see "<h1>Test</h1>"