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_api_deprecations.feature
Thomas Reynolds 5f994e94ea
Replace Rack middleware with Resource Filter Pipeline (#1900)
* WIP - Rendering pipeline.

More WIP

More WIP WIP

Finish conversion

continuing

Minor performance tweak

* Fix tests
2018-11-10 11:20:34 -08:00

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"