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