mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
8 lines
No EOL
295 B
Gherkin
8 lines
No EOL
295 B
Gherkin
Feature: v4 Extensions should have after_activated hooks
|
|
|
|
Scenario: Hello Helper
|
|
Given the Server is running at "v4-extension-callbacks"
|
|
Then going to "/index.html" should not raise an exception
|
|
And I should see "Extension One: true"
|
|
And I should see "Extension Two: true"
|
|
|