1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/tests/ovirt/models/compute/clusters_tests.rb

10 lines
281 B
Ruby
Raw Normal View History

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