Feature: Template CLI Scenario: Create a new project Given I run `middleman init MY_PROJECT --template tansu` And the exit status should be 0 When I cd to "MY_PROJECT" Then the following files should exist: | Gemfile | | .gitignore | | 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` And I cd to "MY_PROJECT" When I run `middleman build` Then the exit status should be 0 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: """