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

Version Path
insxsync-1.1.0 features/testing_help.feature
insxsync-1.0.1 features/testing_help.feature
insxsync-1.0.0 features/testing_help.feature
insxsync-0.0.14 features/testing_help.feature
insxsync-0.0.13 features/testing_help.feature
insxsync-0.0.12 features/testing_help.feature
insxsync-0.0.11 features/testing_help.feature
insxsync-0.0.10 features/testing_help.feature
insxsync-0.0.9 features/testing_help.feature
insxsync-0.0.8 features/testing_help.feature
insxsync-0.0.7 features/testing_help.feature
insxsync-0.0.6 features/testing_help.feature
insxsync-0.0.5 features/testing_help.feature
insxsync-0.0.4 features/testing_help.feature
insxsync-0.0.3 features/testing_help.feature
insxsync-0.0.2 features/testing_help.feature
insxsync-0.0.1 features/testing_help.feature