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

6 lines
155 B
Ruby

Shindo.tests('AWS::Compute | server model', ['aws']) do
# image ami-1a837773 = Ubuntu
server_tests(AWS[:compute], {:image_id => 'ami-1a837773'})
end