Sha256: 2ddc4a017523b195b8a141f521336f1890d1b0634130f0ad98c2c51361e78f28
Contents?: true
Size: 1.06 KB
Versions: 17
Compression:
Stored size: 1.06 KB
Contents
Feature: Listing of CGE Backups Background: Given A configuration exists Scenario: User wants to list cge backups Given I am going to run the program And I specify the command "list-cge" And I input the following "Password001" When I run the application Then I should see a list of cge backups Scenario: User wants to list cge backups (export flags) Given I am going to run the program And I specify the command "list-cge" And I specify flags for export When I run the application Then The application should fail And I should see an error message containing "Argument Error:" And I should see an error message containing "export option" Scenario: User wants to list cge backups (import flags) Given I am going to run the program And I specify the command "list-cge" And I specify flags for sync When I run the application Then The application should fail And I should see an error message containing "Argument Error:" And I should see an error message containing "sync option"
Version data entries
17 entries across 17 versions & 1 rubygems