Sha256: 2b2d69168d1da18e76237c4350df172845d6e1f43a225eccaa402c7881faa29f
Contents?: true
Size: 611 Bytes
Versions: 21
Compression:
Stored size: 611 Bytes
Contents
Shindo.tests('Fog::DNS[:google] | zones model', ['google']) do # Google requires confirmation of ownership for created domains in some cases. # If you want to run tests in non-mocked mode, set the environment variable to a domain you own. unless Fog.mocking? || ENV['FOG_TEST_GOOGLE_DNS_ZONE'] tests('Needs a verified domain, set $FOG_TEST_GOOGLE_DNS_ZONE').pending end params = { :name => Fog::Mock.random_letters(16), :domain => ENV['FOG_TEST_GOOGLE_DNS_ZONE'] || generate_unique_domain, :description => 'Fog test domain' } collection_tests(Fog::DNS[:google].zones, params) end
Version data entries
21 entries across 19 versions & 5 rubygems