Sha256: 6a3ea0c1d35a0a2173605b257576735e8116ee341bdc0e74e2cc3a394d17cf44
Contents?: true
Size: 362 Bytes
Versions: 45
Compression:
Stored size: 362 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.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