Sha256: 68165197a736232519aa6b550a0e0faf96f3a5790a2c1f26e56124e4b6b593b7

Contents?: true

Size: 653 Bytes

Versions: 4

Compression:

Stored size: 653 Bytes

Contents

# language: en
@elasticloadbalancing @client
Feature: Elastic Load Balancing

  Scenario: Making a basic request
    When I call "describe_load_balancers" on "elasticloadbalancing"
    Then the response "load_balancer_descriptions" should be an array

  Scenario: Error handling
    Given I call "describe_load_balancers" on "elasticloadbalancing" with:
    """
    { load_balancer_names: ['fake_load_balancer'] }
    """
    Then I expect the response error code to be "ValidationError"
    And I expect the response error message to include:
    """
    LoadBalancer name cannot contain characters that are not letters, or digits or the dash.
    """

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
aws-sdk-core-2.0.0.rc4 features/elasticloadbalancing/client.feature
aws-sdk-core-2.0.0.rc3 features/elasticloadbalancing/client.feature
aws-sdk-core-2.0.0.rc2 features/elasticloadbalancing/client.feature
aws-sdk-core-2.0.0.rc1 features/elasticloadbalancing/client.feature