Sha256: 2202639b3bc9a2b831f16336d5588de0aab45ad3f4c86018f308ef3f122a62dd

Contents?: true

Size: 276 Bytes

Versions: 15

Compression:

Stored size: 276 Bytes

Contents

Shindo.tests("Fog::Compute[:ovirt] | clusters collection", ["ovirt"]) do
  clusters = Fog::Compute[:ovirt].clusters

  tests("The clusters collection") do
    test("should be a kind of Fog::Compute::Ovirt::Clusters") { clusters.is_a? Fog::Compute::Ovirt::Clusters }
  end
end

Version data entries

15 entries across 13 versions & 2 rubygems

Version Path
fog-ovirt-1.1.6 tests/ovirt/models/compute/clusters_tests.rb
fog-ovirt-1.1.5 tests/ovirt/models/compute/clusters_tests.rb
fog-ovirt-1.1.4 tests/ovirt/models/compute/clusters_tests.rb
fog-ovirt-1.1.3 tests/ovirt/models/compute/clusters_tests.rb
fog-ovirt-1.1.2 tests/ovirt/models/compute/clusters_tests.rb
fog-ovirt-1.1.1 tests/ovirt/models/compute/clusters_tests.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.5.0/gems/fog-ovirt-1.1.0/tests/ovirt/models/compute/clusters_tests.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.3.0/gems/fog-ovirt-1.1.0/tests/ovirt/models/compute/clusters_tests.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.4.0/gems/fog-ovirt-1.1.0/tests/ovirt/models/compute/clusters_tests.rb
fog-ovirt-1.1.0 tests/ovirt/models/compute/clusters_tests.rb
fog-ovirt-1.0.4 tests/ovirt/models/compute/clusters_tests.rb
fog-ovirt-1.0.3 tests/ovirt/models/compute/clusters_tests.rb
fog-ovirt-1.0.2 tests/ovirt/models/compute/clusters_tests.rb
fog-ovirt-1.0.1 tests/ovirt/models/compute/clusters_tests.rb
fog-ovirt-1.0.0 tests/ovirt/models/compute/clusters_tests.rb