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

Version Path
fog-maestrodev-1.19.0.20140212012611 tests/dns/models/zones_tests.rb
fog-maestrodev-1.19.0.20140110004459 tests/dns/models/zones_tests.rb
fog-maestrodev-1.19.0.20140110003812 tests/dns/models/zones_tests.rb
fog-maestrodev-1.19.0.20140109202555 tests/dns/models/zones_tests.rb
fog-maestrodev-1.19.0.20140107192102 tests/dns/models/zones_tests.rb
fog-maestrodev-1.19.0.20140107142106 tests/dns/models/zones_tests.rb
fog-maestrodev-1.19.0.20131219203941 tests/dns/models/zones_tests.rb
fog-maestrodev-1.18.0.20131219193542 tests/dns/models/zones_tests.rb
fog-1.19.0 tests/dns/models/zones_tests.rb
fog-maestrodev-1.18.0.20131219033443 tests/dns/models/zones_tests.rb
fog-maestrodev-1.18.0.20131219032002 tests/dns/models/zones_tests.rb
fog-maestrodev-1.18.0.20131219030716 tests/dns/models/zones_tests.rb
fog-maestrodev-1.18.0.20131219022322 tests/dns/models/zones_tests.rb
fog-maestrodev-1.18.0.20131218202447 tests/dns/models/zones_tests.rb
fog-maestrodev-1.18.0.20131209091424 tests/dns/models/zones_tests.rb
fog-maestrodev-1.18.0.20131209090811 tests/dns/models/zones_tests.rb
fog-maestrodev-1.18.0.20131206115947 tests/dns/models/zones_tests.rb
fog-maestrodev-1.18.0.20131205181604 tests/dns/models/zones_tests.rb
fog-maestrodev-1.18.0.20131127194823 tests/dns/models/zones_tests.rb
fog-maestrodev-1.18.0.20131126183714 tests/dns/models/zones_tests.rb