Sha256: a64ccc7134df3a0b4e9b9406b37c62d34b66ae7f72862b768f63b09329adf3a2
Contents?: true
Size: 362 Bytes
Versions: 30
Compression:
Stored size: 362 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
30 entries across 30 versions & 4 rubygems