Sha256: 159b525e5e7d88004d71de0a8187defc2027d248c88322923cfeb53e287c25e7
Contents?: true
Size: 530 Bytes
Versions: 4
Compression:
Stored size: 530 Bytes
Contents
# language: en @redshift @client Feature: Amazon Redshift Scenario: Making a basic request When I call "describe_cluster_versions" on "redshift" Then the response "cluster_versions" should be an array Scenario: Error handling Given I call "describe_clusters" on "redshift" with: """ { cluster_identifier: 'fake-cluster' } """ Then I expect the response error code to be "ClusterNotFound" And I expect the response error message to include: """ Cluster fake-cluster not found. """
Version data entries
4 entries across 4 versions & 1 rubygems