Sha256: 4bf805edfa2a84dc5ef031cffb3f1fd28bd4d79fc2a66006e7ef961005857bdf

Contents?: true

Size: 317 Bytes

Versions: 10

Compression:

Stored size: 317 Bytes

Contents

require 'securerandom'
Shindo.tests("Fog::Compute[:google] | image model", ['google']) do
  random_string = SecureRandom.hex
  source = 'https://www.google.com/images/srpr/logo4w.png'
  model_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/image_tests.rb
fog-google-0.0.3 tests/models/compute/image_tests.rb
fog-google-0.0.2 tests/models/compute/image_tests.rb
fog-1.29.0 tests/google/models/compute/image_tests.rb
fog-1.28.0 tests/google/models/compute/image_tests.rb
fog-1.27.0 tests/google/models/compute/image_tests.rb
fog-1.26.0 tests/google/models/compute/image_tests.rb
fog-1.25.0 tests/google/models/compute/image_tests.rb
nsidc-fog-1.24.1 tests/google/models/compute/image_tests.rb
fog-1.24.0 tests/google/models/compute/image_tests.rb