Sha256: d084dd80be8a7859101933a09ba99a6a5d5b7d29c8b4a1bed558e097b6005c8c

Contents?: true

Size: 352 Bytes

Versions: 11

Compression:

Stored size: 352 Bytes

Contents

require 'securerandom'
Shindo.tests("Fog::Compute[:google] | url maps model", ['google']) do
  backend_service = create_test_backend_service(Fog::Compute[:google])  
  random_string = SecureRandom.hex
  collection_tests(Fog::Compute[:google].url_maps, {:name => "fog-url-maps-test-#{random_string}", :defaultService => backend_service.self_link})

end

Version data entries

11 entries across 11 versions & 3 rubygems

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