Sha256: e8d8c2bb67a0daeb379677d160026c3e62c2aa371d8c170ac5eb9ebd65564f06
Contents?: true
Size: 361 Bytes
Versions: 1
Compression:
Stored size: 361 Bytes
Contents
require 'securerandom' Shindo.tests("Fog::Compute[:google] | images model", ['google']) do random_string = SecureRandom.hex source = 'http://storage.googleapis.com/fog-test-bucket/fog-test-raw-disk-source.image.tar.gz' collection_tests(Fog::Compute[:google].images, {:name => "fog-test-images-#{random_string}", "rawDisk" => { "source" => source } }) end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fog-google-0.0.5 | tests/models/compute/images_tests.rb |