Sha256: 05a0db4d66092075cb088d05e7c071952b50351d6e2ada1a10bdf7d81db2258f
Contents?: true
Size: 379 Bytes
Versions: 45
Compression:
Stored size: 379 Bytes
Contents
Shindo.tests('Fog::Compute[:vsphere] | list_vm_snapshots request', ['vsphere']) do compute = Fog::Compute[:vsphere] tests('The response should') do response = compute.list_vm_snapshots('5032c8a5-9c5e-ba7a-3804-832a03e16381') test('be a kind of Array') { response.kind_of? Array } test('it should contains Hashes') { response.all? { |i| Hash === i } } end end
Version data entries
45 entries across 45 versions & 2 rubygems