mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
9 lines
274 B
Ruby
9 lines
274 B
Ruby
Shindo.tests('Fog::Compute[:ovirt] | servers collection', ['ovirt']) do
|
|
|
|
servers = Fog::Compute[:ovirt].servers
|
|
|
|
tests('The servers collection') do
|
|
test('should be a kind of Fog::Compute::Ovirt::Servers') { servers.kind_of? Fog::Compute::Ovirt::Servers }
|
|
end
|
|
|
|
end
|