Sha256: 0b5bbe439ea3232832f480ae4148099312172097fc3610544e6c8929bc8613e0

Contents?: true

Size: 319 Bytes

Versions: 37

Compression:

Stored size: 319 Bytes

Contents

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

Version data entries

37 entries across 37 versions & 2 rubygems

Version Path
fog-maestrodev-1.18.0.20131209090811 tests/hp/models/dns/domains_tests.rb
fog-maestrodev-1.18.0.20131206115947 tests/hp/models/dns/domains_tests.rb
fog-maestrodev-1.18.0.20131205181604 tests/hp/models/dns/domains_tests.rb
fog-maestrodev-1.18.0.20131127194823 tests/hp/models/dns/domains_tests.rb
fog-maestrodev-1.18.0.20131126183714 tests/hp/models/dns/domains_tests.rb
fog-maestrodev-1.18.0.20131126122111 tests/hp/models/dns/domains_tests.rb
fog-maestrodev-1.18.0.20131125111730 tests/hp/models/dns/domains_tests.rb
fog-maestrodev-1.18.0.20131125083406 tests/hp/models/dns/domains_tests.rb
fog-maestrodev-1.18.0.20131123105121 tests/hp/models/dns/domains_tests.rb
fog-maestrodev-1.18.0.20131122203507 tests/hp/models/dns/domains_tests.rb
fog-maestrodev-1.18.0.20131121075022 tests/hp/models/dns/domains_tests.rb
fog-maestrodev-1.18.0.20131118164830 tests/hp/models/dns/domains_tests.rb
fog-maestrodev-1.18.0.20131115184302 tests/hp/models/dns/domains_tests.rb
fog-maestrodev-1.18.0.20131114200144 tests/hp/models/dns/domains_tests.rb
fog-maestrodev-1.18.0.20131112185232 tests/hp/models/dns/domains_tests.rb
fog-maestrodev-1.18.0.20131111203459 tests/hp/models/dns/domains_tests.rb
fog-1.18.0 tests/hp/models/dns/domains_tests.rb