Sha256: f4d3f940d3edd5af14c68638179e1902f1b7e78b8af882095c4f28ee7220e6fa

Contents?: true

Size: 405 Bytes

Versions: 3

Compression:

Stored size: 405 Bytes

Contents

Feature: Generate skellington

  Scenario: get some feedback
    When I successfully run `skellington generate dummy_gem`
    Then the output should contain "Generating dummy_gem/Gemfile"
    And the output should contain "bundle"
    And the output should contain "rake"

  Scenario: get the version
    When I successfully run `skellington -v`
    Then the output should contain "skellington version"  

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
skellington-0.1.2 features/cli.feature
skellington-0.1.1 features/cli.feature
skellington-0.1.0 features/cli.feature