1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/tests/aws/models/dns/zone_tests.rb
Carlos Sanchez ac376a7cc4 [aws] Implement missing mocks for Route 53
Enable the tests
2013-11-14 20:48:41 +01:00

4 lines
153 B
Ruby

Shindo.tests("Fog::DNS[:aws] | zone", ['aws', 'dns']) do
params = {:domain => generate_unique_domain }
model_tests(Fog::DNS[:aws].zones, params)
end