mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
330a351ade
Done with `rubocop --auto-correct --only TrailingBlankLines`
14 lines
320 B
Ruby
14 lines
320 B
Ruby
Shindo.tests('HP::DNS | domains collection', ['hp', 'dns', 'domains']) do
|
|
|
|
attributes = {:name => 'www.fogtest.com.', :email => 'test@fogtest.com', :ttl => 3600}
|
|
collection_tests(HP[:dns].domains, attributes, true)
|
|
|
|
tests('success') do
|
|
|
|
tests('#all').succeeds do
|
|
HP[:dns].domains.all
|
|
end
|
|
|
|
end
|
|
|
|
end
|