1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/tests/ibm/models/compute/image_tests.rb
2012-03-20 23:40:18 -04:00

10 lines
171 B
Ruby

Shindo.tests('Fog::Compute[:ibm] | image', ['ibm']) do
@image_id = '20010001'
@image = Fog::Compute[:ibm].images.get(@image_id)
tests('success') do
end
end