Sha256: 4c16f645bcf62fb64d0f8717c8bd5ae7ff7f631f07dd2719a54dc66fdf37cc5c

Contents?: true

Size: 543 Bytes

Versions: 73

Compression:

Stored size: 543 Bytes

Contents

Shindo.tests('Fog::Compute[:digitalocean] | list_ssh_keys request', ['digitalocean', 'compute']) do

  @ssh_key_format = {
    'id'           => Integer,
    'name'         => String
  }

  tests('success') do

    ssh_key = service.create_ssh_key 'fookey', 'ssh-dss FOO'

    tests('#list_ssh_keys') do
      service.list_ssh_keys.body['ssh_keys'].each do |key|
        tests('format').data_matches_schema(@ssh_key_format) do
          key
        end
      end
    end

    service.destroy_ssh_key(ssh_key.body['ssh_key']['id'])

  end

end

Version data entries

73 entries across 73 versions & 6 rubygems

Version Path
ns-fog-1.22.9 tests/digitalocean/requests/compute/list_ssh_keys_tests.rb
ns-fog-1.22.8 tests/digitalocean/requests/compute/list_ssh_keys_tests.rb
ns-fog-1.22.7 tests/digitalocean/requests/compute/list_ssh_keys_tests.rb
ns-fog-1.22.6 tests/digitalocean/requests/compute/list_ssh_keys_tests.rb
fog-1.23.0 tests/digitalocean/requests/compute/list_ssh_keys_tests.rb
ns-fog-1.22.4 tests/digitalocean/requests/compute/list_ssh_keys_tests.rb
ns-fog-1.22.3 tests/digitalocean/requests/compute/list_ssh_keys_tests.rb
ns-fog-1.22.2 tests/digitalocean/requests/compute/list_ssh_keys_tests.rb
fog-1.22.1 tests/digitalocean/requests/compute/list_ssh_keys_tests.rb
fog-1.22.0 tests/digitalocean/requests/compute/list_ssh_keys_tests.rb
fog-1.21.0 tests/digitalocean/requests/compute/list_ssh_keys_tests.rb
fog-maestrodev-1.20.0.20140305101839 tests/digitalocean/requests/compute/list_ssh_keys_tests.rb
fog-maestrodev-1.20.0.20140305101305 tests/digitalocean/requests/compute/list_ssh_keys_tests.rb
fog-maestrodev-1.19.0.20140212012611 tests/digitalocean/requests/compute/list_ssh_keys_tests.rb
fog-1.20.0 tests/digitalocean/requests/compute/list_ssh_keys_tests.rb
fog-maestrodev-1.19.0.20140110004459 tests/digitalocean/requests/compute/list_ssh_keys_tests.rb
fog-maestrodev-1.19.0.20140110003812 tests/digitalocean/requests/compute/list_ssh_keys_tests.rb
fog-maestrodev-1.19.0.20140109202555 tests/digitalocean/requests/compute/list_ssh_keys_tests.rb
fog-maestrodev-1.19.0.20140107192102 tests/digitalocean/requests/compute/list_ssh_keys_tests.rb
fog-maestrodev-1.19.0.20140107142106 tests/digitalocean/requests/compute/list_ssh_keys_tests.rb