Sha256: 662653dbf3c4254368db06bf00fcc9cfb20ba5e8a96ee15c2a62019987284754

Contents?: true

Size: 307 Bytes

Versions: 17

Compression:

Stored size: 307 Bytes

Contents

for provider, config in dns_providers

  Shindo.tests("#{provider}::DNS | zones", [provider.to_s.downcase]) do

    zone_attributes = {
      :domain => 'fogzonestests.com'
    }.merge!(config[:zone_attributes] || {})

    collection_tests(provider[:dns].zones, zone_attributes, config[:mocked])

  end

end

Version data entries

17 entries across 17 versions & 2 rubygems

Version Path
fog-0.8.2 tests/dns/models/zones_tests.rb
fog-0.8.1 tests/dns/models/zones_tests.rb
fog-0.8.0 tests/dns/models/zones_tests.rb
fog-0.7.2 tests/dns/models/zones_tests.rb
fog-0.7.1 tests/dns/models/zones_tests.rb
fog-0.7.0 tests/dns/models/zones_tests.rb
fog-0.6.0 tests/dns/models/zones_tests.rb
fog-0.5.3 tests/dns/models/zones_tests.rb
fog-0.5.2 tests/dns/models/zones_tests.rb
fog-0.5.1 tests/dns/models/zones_tests.rb
fog-0.5.0 tests/dns/models/zones_tests.rb
phpfog-fog-0.4.1.3 tests/dns/models/zones_tests.rb
phpfog-fog-0.4.1.2 tests/dns/models/zones_tests.rb
phpfog-fog-0.4.1.1 tests/dns/models/zones_tests.rb
phpfog-fog-0.4.1 tests/dns/models/zones_tests.rb
fog-0.4.1 tests/dns/models/zones_tests.rb
fog-0.4.0 tests/dns/models/zones_tests.rb