Sha256: 5cd73a82dbaa300572b22e2dcfcb1e3a76bca6286cb5c121ec1b45bf1efd2520
Contents?: true
Size: 421 Bytes
Versions: 92
Compression:
Stored size: 421 Bytes
Contents
for provider, config in dns_providers # FIXME: delay/timing breaks things :( next if [:dnsmadeeasy].include?(provider) domain_name = uniq_id + '.com' Shindo.tests("Fog::DNS[:#{provider}] | zones", [provider.to_s]) do zone_attributes = { :domain => domain_name }.merge!(config[:zone_attributes] || {}) collection_tests(Fog::DNS[provider].zones, zone_attributes, config[:mocked]) end end
Version data entries
92 entries across 92 versions & 16 rubygems