Sha256: a70428db7e6db74ece0065e0388351722bec880e082a88b605461a345c762c7d

Contents?: true

Size: 542 Bytes

Versions: 4

Compression:

Stored size: 542 Bytes

Contents

# language: en
@elastictranscoder @client
Feature: Amazon Elastic Transcoder

  Scenario: Making a basic request
    When I call "list_presets" on "elastictranscoder"
    Then the response "presets" should be an array

  Scenario: Error handling
    Given I call "read_job" on "elastictranscoder" with:
    """
    { id: 'fake_job' }
    """
    Then I expect the response error code to be "ValidationException"
    And I expect the response error message to include:
    """
    Value 'fake_job' at 'id' failed to satisfy constraint
    """

Version data entries

4 entries across 4 versions & 1 rubygems

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