2011-12-06 19:28:55 +01: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
|
2012-01-15 22:43:26 +01:00
|
|
|
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"
|
|
|
|
|