Sha256: 0aa595fb8a99d816f5586f0ea9a1f1bd6ce7792474a48763215c64258402bc68
Contents?: true
Size: 573 Bytes
Versions: 5
Compression:
Stored size: 573 Bytes
Contents
Feature: Scenario: a single database Given there is a mysql database (first) And backups for mysql are run When backup "0" for the "first" database is downloaded Then there is a backup file for the "first" database And the "first" mysql database is dropped Scenario: no database backup Given there is a mysql database (first) When backup "0" for the "first" database is downloaded Then there is no backup file for the "first" database And stderr contains "No backup found for database" And the "first" mysql database is dropped
Version data entries
5 entries across 5 versions & 1 rubygems