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

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"