Sha256: 230b6aa932f3edc3273f1b14a75acb112a43f4180373b3364a47f3ed15380812
Contents?: true
Size: 534 Bytes
Versions: 87
Compression:
Stored size: 534 Bytes
Contents
provider, config = :ecloud, compute_providers[:ecloud] Shindo.tests("Fog::Compute[:#{provider}] | ssh_keys", [provider.to_s]) do connection = Fog::Compute[provider] @organization = connection.organizations.first @admin_organization = @organization.admin @admin_organization.reload @ssh_keys = @admin_organization.ssh_keys tests('#all').succeeds do returns(false) { @ssh_keys.empty? } end tests('#get').succeeds do ssh_key = @ssh_keys.first returns(false) { @ssh_keys.get(ssh_key.href).nil? } end end
Version data entries
87 entries across 87 versions & 10 rubygems