Sha256: ecd1e6e8be13285572682046db26db4a0f081a2871ed2da2d5ff9e30d4c7c6ac
Contents?: true
Size: 453 Bytes
Versions: 21
Compression:
Stored size: 453 Bytes
Contents
Feature: Scenario: no backup Given there is a postgresql database (first) When backup "0" for the "first" database is restored Then stderr contains "No backup found for database" Scenario: with a backup Given there is a postgresql database (first) And backups for postgresql are run And the "first" database is dropped When backup "0" for the "first" database is restored Then the "first" postgresql database exists
Version data entries
21 entries across 21 versions & 1 rubygems