Sha256: 29798141397cb3d91b84c3d192ed6789666521447dfd498e51e131f30b6c5e55
Contents?: true
Size: 616 Bytes
Versions: 5
Compression:
Stored size: 616 Bytes
Contents
Feature: Scenario: no backups run Given there is a postgresql database (first) When listing the backups for the "first" postgresql database Then the output contains "0 backup(s) found" And the "first" postgresql database is dropped Scenario: a single backup run Given there is a postgresql database (first) And backups for postgresql are run When listing the backups for the "first" postgresql database Then the output contains "1 backup(s) found" And the output contains "0:%s" substituting the "first" postgresql database And the "first" postgresql database is dropped
Version data entries
5 entries across 5 versions & 1 rubygems