Sha256: e22370e7bbdf520ec11ce96da10a5b9cf75276406b2d9799c05c98faa0f158a5

Contents?: true

Size: 669 Bytes

Versions: 61

Compression:

Stored size: 669 Bytes

Contents

Shindo.tests('Fog::DNS[:dreamhost]', ['dreamhost', 'dns']) do

  service = Fog::DNS[:dreamhost]

  tests("collections") do
    %w{ records zones }.each do |collection|
      test("it should respond to #{collection}") { service.respond_to? collection }
      test("it should respond to #{collection}.all") { eval("service.#{collection}").respond_to? 'all' }
      test("it should respond to #{collection}.get") { eval("service.#{collection}").respond_to? 'get' }
    end
  end
  
  tests("requests") do
    %w{ list_records create_record delete_record }.each do |request|
      test("it should respond to #{request}") { service.respond_to? request }
    end
  end

end

Version data entries

61 entries across 61 versions & 6 rubygems

Version Path
fog-1.22.0 tests/dreamhost/dns_tests.rb
fog-1.21.0 tests/dreamhost/dns_tests.rb
fog-maestrodev-1.20.0.20140305101839 tests/dreamhost/dns_tests.rb
fog-maestrodev-1.20.0.20140305101305 tests/dreamhost/dns_tests.rb
fog-maestrodev-1.19.0.20140212012611 tests/dreamhost/dns_tests.rb
fog-1.20.0 tests/dreamhost/dns_tests.rb
fog-maestrodev-1.19.0.20140110004459 tests/dreamhost/dns_tests.rb
fog-maestrodev-1.19.0.20140110003812 tests/dreamhost/dns_tests.rb
fog-maestrodev-1.19.0.20140109202555 tests/dreamhost/dns_tests.rb
fog-maestrodev-1.19.0.20140107192102 tests/dreamhost/dns_tests.rb
fog-maestrodev-1.19.0.20140107142106 tests/dreamhost/dns_tests.rb
fog-maestrodev-1.19.0.20131219203941 tests/dreamhost/dns_tests.rb
fog-maestrodev-1.18.0.20131219193542 tests/dreamhost/dns_tests.rb
fog-1.19.0 tests/dreamhost/dns_tests.rb
fog-maestrodev-1.18.0.20131219033443 tests/dreamhost/dns_tests.rb
fog-maestrodev-1.18.0.20131219032002 tests/dreamhost/dns_tests.rb
fog-maestrodev-1.18.0.20131219030716 tests/dreamhost/dns_tests.rb
fog-maestrodev-1.18.0.20131219022322 tests/dreamhost/dns_tests.rb
fog-maestrodev-1.18.0.20131218202447 tests/dreamhost/dns_tests.rb
fog-maestrodev-1.18.0.20131209091424 tests/dreamhost/dns_tests.rb