Sha256: 53064dfd727ef0b00f3a41d61c1fa05f17da73feb7d0379721667115265b8bfb
Contents?: true
Size: 415 Bytes
Versions: 92
Compression:
Stored size: 415 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}] | zone", [provider.to_s]) do zone_attributes = { :domain => domain_name }.merge!(config[:zone_attributes] || {}) model_tests(Fog::DNS[provider].zones, zone_attributes, config[:mocked]) end end
Version data entries
92 entries across 92 versions & 16 rubygems