Sha256: 5d72c5ab64ae1f31fc2a381705db3000215c93777f06760972f21c25d529a524
Contents?: true
Size: 430 Bytes
Versions: 117
Compression:
Stored size: 430 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.kind_of? Array } test("be a kind of OVIRT::StorageDomain") { response.first.kind_of? OVIRT::StorageDomain } end end end
Version data entries
117 entries across 117 versions & 16 rubygems