Sha256: 507154eb68cd92e99b35ce2dbc5d4e58f9a49f33a97d59b47e9233db77f94794

Contents?: true

Size: 608 Bytes

Versions: 8

Compression:

Stored size: 608 Bytes

Contents

Feature: help lists all options and arguments
  In order to ensure user knows what to do
  I want to display a useful help
  So I know how to run the rsync backup

  Scenario: App just runs
    When I get help for "rsyncbackup"
    Then the exit status should be 0
    And the banner should be present
    And the banner should document that this app takes options
    And the following options should be documented:
      |--dry-run     |
      |--exclusions|
      |--help|
      |--verbose|
      |--version|
    And the banner should document that this app's arguments are:
      |source|
      |target|

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
rsyncbackup-2.1.2 features/rsyncbackup.feature
rsyncbackup-2.1.1 features/rsyncbackup.feature
rsyncbackup-2.0.5 features/rsyncbackup.feature
rsyncbackup-2.0.4 features/rsyncbackup.feature
rsyncbackup-2.0.3 features/rsyncbackup.feature
rsyncbackup-2.0.2 features/rsyncbackup.feature
rsyncbackup-2.0.1 features/rsyncbackup.feature
rsyncbackup-2.0.0 features/rsyncbackup.feature