Sha256: 5bf9a1592137693b61316ead1c1da2f8ce3d7d3d3dc47710f1584aa520dcb7b9

Contents?: true

Size: 665 Bytes

Versions: 1

Compression:

Stored size: 665 Bytes

Contents

Feature: Daily, weekly and monthly backups

  Scenario Outline: Creating new backups
    Given it is the correct day for <Period> backups
    When I run the backups
    Then I can see a <Period> backup file
    And the <Period> backup file contains the backup command contents
    Examples:
      | Period  |
      | daily   |
      | weekly  |
      | monthly |

  Scenario Outline: Cleaning up old backups
    Given it is the correct day for <Period> backups
    And there are old <Period> backups
    When I run the backups
    Then the old <Period> backups have been removed
    Examples:
      | Period  |
      | daily   |
      | weekly  |
      | monthly |

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
daily_weekly_monthly-0.0.2 features/daily_weekly_monthly.feature