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

Version Path
fog-ovirt-2.0.2 tests/ovirt/models/compute/operating_systems_tests.rb
fog-ovirt-2.0.1 tests/ovirt/models/compute/operating_systems_tests.rb
fog-ovirt-2.0.0 tests/ovirt/models/compute/operating_systems_tests.rb
fog-ovirt-1.2.5 tests/ovirt/models/compute/operating_systems_tests.rb
fog-ovirt-1.2.4 tests/ovirt/models/compute/operating_systems_tests.rb
fog-ovirt-1.2.3 tests/ovirt/models/compute/operating_systems_tests.rb
fog-ovirt-1.2.2 tests/ovirt/models/compute/operating_systems_tests.rb
fog-ovirt-1.2.1 tests/ovirt/models/compute/operating_systems_tests.rb
fog-ovirt-1.2.0 tests/ovirt/models/compute/operating_systems_tests.rb