Sha256: 6c95e70495acfaef1f960c83967166c8165e99ffa06ab1c2dcdfa9e4ca5dfd02
Contents?: true
Size: 380 Bytes
Versions: 1
Compression:
Stored size: 380 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.self_link]}) end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fog-google-0.0.5 | tests/models/compute/backend_services_tests.rb |