mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
12 lines
No EOL
409 B
Gherkin
12 lines
No EOL
409 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"
|
|
|
|
Scenario: Automatic Helpers
|
|
Given the Server is running at "external-helpers"
|
|
Then going to "/automatic.html" should not raise an exception
|
|
And I should see "One:Two:Three:Four"
|
|
|