mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
6c116666ed
Avoid repeating api_version Add persistent disk to insert_server mock Use Fog::Mock.delay properly instead of Fog.timeout Update default image
5 lines
172 B
Ruby
5 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
|