Sha256: f160a7a03a540d21dcbfa51d2e6736c9585877f34c8867bff6552198896efb4a
Contents?: true
Size: 358 Bytes
Versions: 13
Compression:
Stored size: 358 Bytes
Contents
Shindo.tests('Fog::Compute[:vsphere] | list_child_snapshots request', ['vsphere']) do compute = Fog::Compute[:vsphere] tests('The response should') do response = compute.list_child_snapshots('snapshot-0101') 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