mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
ac376a7cc4
Enable the tests
4 lines
159 B
Ruby
4 lines
159 B
Ruby
Shindo.tests("Fog::DNS[:aws] | zones", ['aws', 'dns']) do
|
|
params = {:domain => generate_unique_domain }
|
|
collection_tests(Fog::DNS[:aws].zones, params)
|
|
end
|