1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/tests/fogdocker/models/compute/images_tests.rb
2014-02-16 01:06:49 +02:00

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