1
0
Fork 0
mirror of https://github.com/middleman/middleman.git synced 2022-11-09 12:20:27 -05:00
middleman--middleman/features/helpers_external.feature

6 lines
211 B
Gherkin
Raw Normal View History

2011-12-06 13:28:55 -05:00
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"