Sha256: c2689c5486450f9cc37f58e784b7f7864bcdfd5e968da7b93c73ea814255eb5a
Contents?: true
Size: 361 Bytes
Versions: 37
Compression:
Stored size: 361 Bytes
Contents
Shindo.tests('HP::DNS | records collection', ['hp', 'dns', 'records']) do @domain = HP[:dns].domains.create({:name => 'www.fogtest.com.', :email => 'test@fogtest.com'}) attributes = {:domain_id => @domain.id, :name => 'www.fogtest.com.', :type => 'A', :data => '15.185.172.152'} collection_tests(@domain.records, attributes, true) @domain.destroy end
Version data entries
37 entries across 37 versions & 2 rubygems