Sha256: bb079888e7321ad4e31517422f225f4ddb56556575c2d9ccddb2aecbec51cf47

Contents?: true

Size: 323 Bytes

Versions: 10

Compression:

Stored size: 323 Bytes

Contents

require 'securerandom'
Shindo.tests("Fog::Compute[:google] | images model", ['google']) do
  random_string = SecureRandom.hex
  source = 'https://www.google.com/images/srpr/logo4w.png'
  collection_tests(Fog::Compute[:google].images, {:name => "fog-test-images-#{random_string}", "rawDisk" => { "source" => source } })
end

Version data entries

10 entries across 10 versions & 3 rubygems

Version Path
fog-google-0.0.4 tests/models/compute/images_tests.rb
fog-google-0.0.3 tests/models/compute/images_tests.rb
fog-google-0.0.2 tests/models/compute/images_tests.rb
fog-1.29.0 tests/google/models/compute/images_tests.rb
fog-1.28.0 tests/google/models/compute/images_tests.rb
fog-1.27.0 tests/google/models/compute/images_tests.rb
fog-1.26.0 tests/google/models/compute/images_tests.rb
fog-1.25.0 tests/google/models/compute/images_tests.rb
nsidc-fog-1.24.1 tests/google/models/compute/images_tests.rb
fog-1.24.0 tests/google/models/compute/images_tests.rb