mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
8 lines
No EOL
259 B
Gherkin
8 lines
No EOL
259 B
Gherkin
Feature: Generator
|
|
In order to generate static assets for client
|
|
|
|
Scenario: Copying template files
|
|
Given a project at "generator-test"
|
|
And the project has been initialized
|
|
Then template files should exist
|
|
And empty directories should exist |