Sha256: a869c188f9ff8515beb73f7afb5dca55bb49e6573301ec6ae3117af74d79b663

Contents?: true

Size: 397 Bytes

Versions: 3

Compression:

Stored size: 397 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') { not operating_systems.empty? }
    test('should be a kind of Fog::Compute::Ovirt::OperatingSystems') { operating_systems.kind_of? Fog::Compute::Ovirt::OperatingSystems }
  end

end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
fog-ovirt-0.1.3 tests/ovirt/models/compute/operating_systems_tests.rb
fog-ovirt-0.1.2 tests/ovirt/models/compute/operating_systems_tests.rb
fog-ovirt-0.1.1 tests/ovirt/models/compute/operating_systems_tests.rb