Sha256: 35a3fe7a491c4eedbe1ad1825b16510112faaf14f5c7cd89a92c2228152df7bf
Contents?: true
Size: 373 Bytes
Versions: 41
Compression:
Stored size: 373 Bytes
Contents
Shindo.tests('Fog::Compute[:vsphere] | list_vm_cdroms request', ['vsphere']) do compute = Fog::Compute[:vsphere] tests('The response should') do response = compute.list_vm_cdroms('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
41 entries across 41 versions & 1 rubygems