Sha256: 8ae2b414a201b9d89242b66032bf33a84967ef4545674730851fd3ecbaeef9c9
Contents?: true
Size: 514 Bytes
Versions: 21
Compression:
Stored size: 514 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" 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
Version data entries
21 entries across 21 versions & 1 rubygems