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