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/extension_hooks.feature
Thomas Reynolds 83ef5cfe5b
WIP Dependencies (#2220)
Dependencies
2018-11-17 11:29:37 -08:00

8 lines
358 B
Gherkin

Feature: Extension author could use some hooks
Scenario: When build
Given a successfully built app at "extension-hooks-app"
And the output should contain "/// after_configuration ///"
And the output should contain "/// ready ///"
And the output should contain "/// before_build ///"
And the output should contain "/// after_build ///"