Sha256: 272fbab896dfcb834eb862a71dd9758d0bd4a724cbc4222e4b4d753adb89a39f
Contents?: true
Size: 292 Bytes
Versions: 189
Compression:
Stored size: 292 Bytes
Contents
Shindo.tests("Fog::Compute[:aws] | snapshot", ['aws']) do @volume = Fog::Compute[:aws].volumes.create(:availability_zone => 'us-east-1a', :size => 1) @volume.wait_for { ready? } model_tests(Fog::Compute[:aws].snapshots, {:volume_id => @volume.identity}, true) @volume.destroy end
Version data entries
189 entries across 187 versions & 23 rubygems