mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
![Postmodern](/assets/img/avatar_default.png)
* http://docs.aws.amazon.com/ses/latest/APIReference/API_VerifyDomainIdentity.html * Added Fog::Parsers::AWS::SES::VerifyDomainIdentity.
16 lines
333 B
Ruby
16 lines
333 B
Ruby
Shindo.tests('AWS::SES | verified email address 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_email_address('example.com').body
|
|
end
|
|
|
|
end
|
|
|
|
tests('failure') do
|
|
|
|
end
|
|
|
|
end
|