Sha256: 111009a117b0e8563dcdb6d624dfc8bce2a3ee0e232a29a6f54932760bd6ae8c
Contents?: true
Size: 398 Bytes
Versions: 8
Compression:
Stored size: 398 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 Hash") { response.first.kind_of? Hash } end end end
Version data entries
8 entries across 8 versions & 4 rubygems