Sha256: a7f733c0c22948edbe16bbeae225a0b8a65913b521d1bc2b0f192a40b9f5d524
Contents?: true
Size: 950 Bytes
Versions: 17
Compression:
Stored size: 950 Bytes
Contents
Feature: Argument parsing and checking (Data exists) Scenario: User needs help (verbose) Given I am going to run the program And I specify "--help" When I run the application Then I should see the usage message And I should not see "DEBUG" Scenario: User tests AWS connection Given I am going to run the program And I specify the command "test" And A configuration exists And I input the following "Password001" When I run the application Then I should see "Test successful!" Scenario: User tests AWS connection (not configured) Given I am going to run the program And I specify the command "test" And No configuration exists When I run the application Then The application should fail And I should see an error message containing "Application not configured." Scenario: Given Configurations exist at "/usr/share/exchange_app/data/subdomain/"
Version data entries
17 entries across 17 versions & 1 rubygems