Sha256: 85c4723e15d37d0ba4958562b24724f2d39037e458bf11f0a808afebbf5d184d

Contents?: true

Size: 750 Bytes

Versions: 5

Compression:

Stored size: 750 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      |
    | --threshold |

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
electric_eye-0.1.4 features/electric_eye.feature
electric_eye-0.1.3 features/electric_eye.feature
electric_eye-0.1.1 features/electric_eye.feature
electric_eye-0.1.0 features/electric_eye.feature
electric_eye-0.0.5 features/electric_eye.feature