Sha256: 732504b155e21cd8178493c528f22f0dd5dc15197709343cd9db8d64c6b6dd1c

Contents?: true

Size: 322 Bytes

Versions: 1

Compression:

Stored size: 322 Bytes

Contents

Feature: Middleman Create Assetfile CLI

  Scenario: Create a new Assetfile
    Given I run `middleman init MY_PROJECT`
    Then the exit status should be 0
    When I cd to "MY_PROJECT"
    And I run `middleman assetfile`
    Then the exit status should be 0
    Then the following files should exist:
      | Assetfile |

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
middleman-pipeline-3.0.0.rc.2 features/cli.feature