mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
905c69d424
Signed-off-by: Ohad Levy <ohadlevy@gmail.com>
9 lines
288 B
Ruby
9 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
|