features/template_cli.feature in middleman-tansu-0.1.0 vs features/template_cli.feature in middleman-tansu-0.1.1
- old
+ new
@@ -10,10 +10,12 @@
| config.rb |
| source/sample.html.md |
| source/sitemap.xml.builder |
| source/layouts/layout.slim |
| source/stylesheets/all.css.sass |
+ | source/stylesheets/_gemoji.sass |
+ | source/stylesheets/pure-min.css |
| source/stylesheets/github-markdown.css |
| source/templates/index.html.slim |
Scenario: Build a new project
Given I run `middleman init MY_PROJECT --template tansu`
@@ -23,9 +25,12 @@
And the following files should exist:
| build/index.html |
| build/sample.html |
| build/sitemap.xml |
| build/stylesheets/all.css |
+ And the file "build/stylesheets/all.css" should contain "Pure"
+ And the file "build/stylesheets/all.css" should contain ".gemoji"
+ And the file "build/stylesheets/all.css" should contain ".markdown-body"
And the file "build/index.html" should contain "middleman-tansu の簡単な紹介"
And the helper result "build/sample.html" should contain:
"""
<li class="current">middleman-tansu の簡単な紹介</li>
"""