mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
6 lines
211 B
Ruby
6 lines
211 B
Ruby
Shindo.tests('Brightbox::Compute | servers collection', ['brightbox']) do
|
|
|
|
image_id = Brightbox::Compute::TestSupport::IMAGE_IDENTIFER
|
|
servers_tests(Brightbox[:compute], {:image_id => image_id}, false)
|
|
|
|
end
|