Sha256: 1820ece05e589cc37cac979fbd8e4ac92860a4f2cc0b84c77920e8f6c1b7e570
Contents?: true
Size: 370 Bytes
Versions: 10
Compression:
Stored size: 370 Bytes
Contents
require 'securerandom' Shindo.tests("Fog::Compute[:google] | backend_services model", ['google']) do random_string = SecureRandom.hex @health_check = create_test_http_health_check(Fog::Compute[:google]) collection_tests(Fog::Compute[:google].backend_services, {:name => "fog-backend-services-test-#{random_string}", :health_checks => [@health_check]}) end
Version data entries
10 entries across 10 versions & 3 rubygems