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