Sha256: cb1b695c89d0e0ad44ec2ac12167c27886babb5cdb8c53273d1c7b2efb8738d5

Contents?: true

Size: 283 Bytes

Versions: 15

Compression:

Stored size: 283 Bytes

Contents

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

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

Version data entries

15 entries across 13 versions & 2 rubygems

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