Sha256: 75e7d8223a9d22bb1ac8d2d1a38184f817e14b13ed557314bb3c0c2154cc692a
Contents?: true
Size: 569 Bytes
Versions: 4
Compression:
Stored size: 569 Bytes
Contents
# language: en @cloudfront @client Feature: Amazon CloudFront Scenario: Making a basic request When I call "list_distributions" on "cloudfront" with: """ { max_items: 1 } """ Then the response "distribution_list.items" should be an array Scenario: Error handling Given I call "get_distribution" on "cloudfront" with: """ { id: '123' } """ Then I expect the response error code to be "NoSuchDistribution" And I expect the response error message to include: """ The specified distribution does not exist. """
Version data entries
4 entries across 4 versions & 1 rubygems