mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
8 lines
252 B
Gherkin
8 lines
252 B
Gherkin
|
Feature: Support customizing the source directory name
|
||
|
|
||
|
Scenario: Layouts don't try to build
|
||
|
Given a successfully built app at "custom-src-app"
|
||
|
When I cd to "build"
|
||
|
Then the following files should not exist:
|
||
|
| layouts/layout.html |
|