Sha256: 59037fb78572fd4e95495a18d429a8d9d71d201ca56d529d77d6961f0d40fef5
Contents?: true
Size: 489 Bytes
Versions: 64
Compression:
Stored size: 489 Bytes
Contents
### exist ```ruby describe acm('example.com') do it { should exist } end ``` ### be_issued ```ruby describe acm('example.com') do it { should be_issued } end ``` ### have_domain_validation_option ```ruby describe acm('example.com') do it { should have_domain_validation_option(domain_name: 'example.com', validation_method: 'DNS', validation_status: 'SUCCESS') } it { should have_domain_validation_option(domain_name: 'mail.example.com', validation_method: 'EMAIL') } end ```
Version data entries
64 entries across 64 versions & 3 rubygems