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