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-maestrodev-1.15.0.20130927082724 tests/dreamhost/dns_tests.rb
fog-maestrodev-1.15.0.20130829165835 tests/dreamhost/dns_tests.rb
fog-1.15.0 tests/dreamhost/dns_tests.rb
gapinc-fog-1.14.0 tests/dreamhost/dns_tests.rb
fog-maestrodev-1.14.0.20130806165225 tests/dreamhost/dns_tests.rb
fog-1.14.0 tests/dreamhost/dns_tests.rb
fog-1.13.0 tests/dreamhost/dns_tests.rb
gapinc-fog-1.12.1.2 tests/dreamhost/dns_tests.rb
gapinc-fog-1.12.1.1 tests/dreamhost/dns_tests.rb
gapinc-fog-1.12.1a tests/dreamhost/dns_tests.rb
gapinc-fog-1.12.1 tests/dreamhost/dns_tests.rb
fog-1.12.1 tests/dreamhost/dns_tests.rb
fog-1.12.0 tests/dreamhost/dns_tests.rb
hpfog-0.0.20 tests/dreamhost/dns_tests.rb
vagrant-shell-0.2.6 vendor/bundle/gems/fog-1.10.1/tests/dreamhost/dns_tests.rb
vagrant-shell-0.2.5 vendor/bundle/gems/fog-1.10.1/tests/dreamhost/dns_tests.rb
fog-1.11.1 tests/dreamhost/dns_tests.rb
fog-1.11.0 tests/dreamhost/dns_tests.rb
fog-1.10.1 tests/dreamhost/dns_tests.rb
fog-test-me-1.10.0 tests/dreamhost/dns_tests.rb