Sha256: 14807a2c2fb7d084d8281e2353fa7eb57100d7791ede3a6176d855d892378991

Contents?: true

Size: 557 Bytes

Versions: 4

Compression:

Stored size: 557 Bytes

Contents

# language: en
@elasticache @client
Feature: ElastiCache

  Scenario: Making a basic request
    When I call "describe_events" on "elasticache"
    Then the response "events" should be an array

  Scenario: Error handling
    Given I call "describe_cache_clusters" on "elasticache" with:
    """
    { cache_cluster_id: 'fake_cluster' }
    """
    Then I expect the response error code to be "InvalidParameterValue"
    And I expect the response error message to include:
    """
    The parameter CacheClusterIdentifier is not a valid identifier.
    """

Version data entries

4 entries across 4 versions & 1 rubygems

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