1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/tests/rackspace/models/compute/server_tests.rb
2010-11-12 01:01:18 -06:00

6 lines
202 B
Ruby

Shindo.tests('Rackspace::Compute | server model', ['rackspace']) do
# image 49 = Ubuntu 10.04 LTS (lucid)
server_tests(Rackspace[:compute], {:image_id => 49, :name => "fog_#{Time.now.to_i}"})
end