Sha256: ad9c0b681e744c5024ef61efbfc6dd8511dccc77967c3e3ac9506c50c891331f
Contents?: true
Size: 375 Bytes
Versions: 13
Compression:
Stored size: 375 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.is_a? Array } test('it should contains Hashes') { response.all? { |i| Hash === i } } end end
Version data entries
13 entries across 11 versions & 2 rubygems