1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/tests/google/models/compute/url_maps_tests.rb
2014-08-07 03:26:22 +00:00

7 lines
352 B
Ruby

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