mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
5f994e94ea
* WIP - Rendering pipeline. More WIP More WIP WIP Finish conversion continuing Minor performance tweak * Fix tests
10 lines
473 B
Gherkin
10 lines
473 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 "/// before_render ///"
|
|
And the output should contain "/// after_render ///"
|
|
And the output should contain "/// after_build ///"
|