1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/tests/brightbox/models/compute/servers_tests.rb
2010-12-03 14:24:23 +00:00

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