Sha256: 54dbb1988fe9d1088386fcc45eb866d3bdfd3050ba9e950d2ee2ba48b4459ef1
Contents?: true
Size: 389 Bytes
Versions: 15
Compression:
Stored size: 389 Bytes
Contents
Shindo.tests("Fog::Compute[:ovirt] | operating_systems collection", ["ovirt"]) do operating_systems = Fog::Compute[:ovirt].operating_systems tests("The servers collection") do test("should not be empty") { !operating_systems.empty? } test("should be a kind of Fog::Compute::Ovirt::OperatingSystems") { operating_systems.is_a? Fog::Compute::Ovirt::OperatingSystems } end end
Version data entries
15 entries across 13 versions & 2 rubygems