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