middleman/middleman-core/features/helpers_external.feature
2011-12-29 15:09:51 -08:00

6 lines
211 B
Gherkin

Feature: Helpers in external files
Scenario: Hello Helper
Given the Server is running at "external-helpers"
Then going to "/index.html" should not raise an exception
And I should see "Hello World"