Sha256: 22e511e75f6193a6fcc5f09b138ec01c90970db03573b741b9d8ce88946b42ee

Contents?: true

Size: 291 Bytes

Versions: 4

Compression:

Stored size: 291 Bytes

Contents

Feature: Template generator CLI command
 Scenario: Create a new alias template with the command line
   Given a fixture app "empty-alias-app"
   And I run `middleman alias_template`
   Then the exit status should be 0
   Then the following files should exist:
     | source/alias.html.erb |

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
middleman-alias-0.0.4 features/generator_cli.feature
middleman-alias-0.0.3 features/generator_cli.feature
middleman-alias-0.0.2 features/generator_cli.feature
middleman-alias-0.0.1 features/generator_cli.feature