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