fog--fog/tests/ovirt/models/compute/templates_tests.rb

10 lines
288 B
Ruby

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.kind_of? Fog::Compute::Ovirt::Templates }
end
end