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/zones_tests.rb
2011-01-03 13:36:31 -08:00

13 lines
No EOL
298 B
Ruby

for provider, config in dns_providers
Shindo.tests("#{provider}::DNS | zones", [provider.to_s.downcase]) do
attributes = {
:domain => 'fogzonestests.com'
}.merge!(config[:zones_attributes] || {})
collection_tests(provider[:dns].zones, attributes, config[:mocked])
end
end