Sha256: 4aa2faedbfdaba76e40e277c40b9199bc2939d7a94f06177f0d9881916d5b2d3
Contents?: true
Size: 378 Bytes
Versions: 15
Compression:
Stored size: 378 Bytes
Contents
Shindo.tests("Fog::Compute[:ovirt] | datacenters request", ["ovirt"]) do compute = Fog::Compute[:ovirt] tests("When listing all datacenters") do response = compute.datacenters tests("The response data format ...") do test("it should be a kind of Array") { response.is_a? Array } test("be a kind of Hash") { response.first.is_a? Hash } end end end
Version data entries
15 entries across 13 versions & 2 rubygems