mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
6 lines
212 B
Ruby
6 lines
212 B
Ruby
|
Shindo.tests("Fog::Compute[:google] | servers", ['google']) do
|
||
|
|
||
|
collection_tests(Fog::Compute[:google].servers, {:name => 'fogservername', :zone_name => 'us-central1-a', :machine_type => 'n1-standard-1'})
|
||
|
|
||
|
end
|