Sha256: 61e5c6afb4c028221346ac67ed3e77cef9d3a3800de507e6eed55d3685c3be1f

Contents?: true

Size: 1.05 KB

Versions: 1

Compression:

Stored size: 1.05 KB

Contents

Feature: Ganbaruzoi

  Scenario: Init new project with ganbaruzoi
    Given I run `middleman init MY_PROJECT -T ganbaruzoi`
    Then the exit status should be 0
    When I cd to "MY_PROJECT"
    Then the following files should exist:
      | Gemfile                                           |
      | config.rb                                         |
      | source/index.html.slim                            |
      | source/layouts/layout.slim                        |
      | source/partial/_header.slim                       |
      | source/partial/_footer.slim                       |
      | source/partial/_script.slim                       |
      | source/assets/stylesheets/style.sass              |
      | source/assets/stylesheets/_mixin.sass             |
      | source/assets/stylesheets/options/_normalize.scss |
      | source/assets/stylesheets/variables/_color.scss   |
      | source/assets/stylesheets/variables/_common.sass  |
      | source/assets/javascripts/all.js.coffee           |
    And a directory named "source/assets/images" should exist

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
middleman-ganbaruzoi-1.0.0 features/ganbaruzoi.feature