Sha256: c181fbeba8805a02acb0911e6fbb98bf8687da0119c4b97f9577423298a04a30

Contents?: true

Size: 283 Bytes

Versions: 3

Compression:

Stored size: 283 Bytes

Contents

Feature: `--help` option

  The `--help` option should display usage information for simulacrum

  Scenario: Using `--help`
    When I run `simulacrum --help`
    Then the output should contain "Usage: simulacrum [options] [files or directories]"
    And the exit status should be 0

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
simulacrum-0.3.2 features/command_line/help.feature
simulacrum-0.3.1 features/command_line/help.feature
simulacrum-0.3.0 features/command_line/help.feature