Add test for CoC flag.

This commit is contained in:
Parker Moore 2016-06-29 15:17:04 -07:00
parent 0599f114d6
commit 897f0c52fa
No known key found for this signature in database
GPG Key ID: 193CDEBA72063C58
1 changed files with 6 additions and 0 deletions

View File

@ -8,6 +8,12 @@ Feature: Writing themes
Then I should get a zero exit status Then I should get a zero exit status
And the my-cool-theme directory should exist And the my-cool-theme directory should exist
Scenario: Generating a new theme scaffold with a code of conduct
When I run jekyll new-theme my-cool-theme --code-of-conduct
Then I should get a zero exit status
And the my-cool-theme directory should exist
And the "my-cool-theme/CODE_OF_CONDUCT.md" file should exist
Scenario: A theme with SCSS Scenario: A theme with SCSS
Given I have a configuration file with "theme" set to "test-theme" Given I have a configuration file with "theme" set to "test-theme"
And I have a css directory And I have a css directory