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
9 lines
399 B
Gherkin
9 lines
399 B
Gherkin
Feature: Extension author could use some hooks
|
|
|
|
Scenario: When build
|
|
Given a successfully built app at "extension-api-deprecations-app"
|
|
And the output should contain "`set :layout` is deprecated"
|
|
And the output should contain "Project built successfully"
|
|
And the file "build/index.html" should contain "In Index"
|
|
And the file "build/index.html" should not contain "In Layout"
|
|
|