1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/tests/dns/models/zone_tests.rb

13 lines
300 B
Ruby
Raw Normal View History

2010-12-29 17:23:40 -08:00
for provider, config in dns_providers
Shindo.tests("#{provider}::DNS | zone", [provider.to_s.downcase]) do
2010-12-29 17:23:40 -08:00
zone_attributes = {
:domain => 'fogzonetests.com'
2011-01-03 13:36:31 -08:00
}.merge!(config[:zone_attributes] || {})
model_tests(provider[:dns].zones, zone_attributes, config[:mocked])
end
2010-12-29 17:23:40 -08:00
end