mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
6 lines
155 B
Ruby
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
|