1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/tests/slicehost/models/compute/servers_tests.rb

7 lines
216 B
Ruby
Raw Normal View History

2010-11-12 01:01:18 -06:00
Shindo.tests('Slicehost::Compute | servers collection', ['slicehost']) do
# image 49 = Ubuntu 10.04 LTS (lucid)
servers_tests(Slicehost[:compute], {:image_id => 49, :name => "fog_#{Time.now.to_i}"}, false)
2010-11-12 01:01:18 -06:00
end