Sha256: e03ff9660b6ff289e931a8ca8730dbbda0544054c7f8de2eb9e075d45d3bf7ca

Contents?: true

Size: 337 Bytes

Versions: 127

Compression:

Stored size: 337 Bytes

Contents

Shindo.tests('AWS::SES | verified domain identity requests', ['aws', 'ses']) do

  tests('success') do

    tests("#verify_domain_identity('example.com')").formats(AWS::SES::Formats::BASIC) do
      pending if Fog.mocking?
      Fog::AWS[:ses].verify_domain_identity('example.com').body
    end

  end

  tests('failure') do

  end

end

Version data entries

127 entries across 125 versions & 8 rubygems

Version Path
fog-aws-0.9.0 tests/requests/ses/verified_domain_identity_tests.rb
fog-aws-0.8.1 tests/requests/ses/verified_domain_identity_tests.rb
fog-aws-0.8.0 tests/requests/ses/verified_domain_identity_tests.rb
vagrant-cloudstack-1.2.0 vendor/bundle/gems/fog-aws-0.7.5/tests/requests/ses/verified_domain_identity_tests.rb
fog-aws-0.7.6 tests/requests/ses/verified_domain_identity_tests.rb
fog-aws-0.7.5 tests/requests/ses/verified_domain_identity_tests.rb
fog-aws-0.7.4 tests/requests/ses/verified_domain_identity_tests.rb
fog-aws-0.7.3 tests/requests/ses/verified_domain_identity_tests.rb
fog-aws-0.7.2 tests/requests/ses/verified_domain_identity_tests.rb
fog-aws-0.6.0 tests/requests/ses/verified_domain_identity_tests.rb
fog-aws-0.5.0 tests/requests/ses/verified_domain_identity_tests.rb
fog-aws-0.4.1 tests/requests/ses/verified_domain_identity_tests.rb
vagrant-cloudstack-1.1.0 vendor/bundle/gems/fog-1.22.1/tests/aws/requests/ses/verified_domain_identity_tests.rb
fog-aws-0.4.0 tests/requests/ses/verified_domain_identity_tests.rb
fog-aws-0.3.0 tests/requests/ses/verified_domain_identity_tests.rb
fog-aws-0.2.2 tests/requests/ses/verified_domain_identity_tests.rb
fog-aws-0.2.0 tests/requests/ses/verified_domain_identity_tests.rb
fog-aws-0.1.2 tests/requests/ses/verified_domain_identity_tests.rb
fog-aws-0.1.1 tests/requests/ses/verified_domain_identity_tests.rb
fog-aws-0.1.0 tests/requests/ses/verified_domain_identity_tests.rb