Sha256: 513ed12da80aad92551e261b4d1856f93ab3835e8b9807bb8f9d823b95ef5f78

Contents?: true

Size: 723 Bytes

Versions: 3

Compression:

Stored size: 723 Bytes

Contents

Feature: Electric Eye
  In order to record cameras
  I want to have an easy to use interface

  Scenario: Basic UI
    When I get help for "electric_eye"
    Then the exit status should be 0
    And the banner should be present
    And there should be a one line summary of what the app does
    And the banner should include the version
    And the banner should document that this app takes options
    And the banner should document that this app's arguments are:
    | camera | which is optional |
    | url    | which is optional |
    And the following options should be documented:
    | --add      |
    | --remove   |
    | --duration |
    | --path     |
    | --list     |
    | --start    |
    | --stop     |

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
electric_eye-0.0.3 features/electric_eye.feature
electric_eye-0.0.2 features/electric_eye.feature
electric_eye-0.0.1 features/electric_eye.feature