Sha256: 6573f2a15ad9abfc4d8eefc678ce7efb6c19890472cbb12af5a9dfa2d00ea78c
Contents?: true
Size: 386 Bytes
Versions: 125
Compression:
Stored size: 386 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.kind_of? Array } test("be a kind of Hash") { response.first.kind_of? Hash } end end end
Version data entries
125 entries across 125 versions & 19 rubygems