Sha256: 915e56bc692328a0866810f980f471dbb89dad7fb9ea8c8395cb45c70304d922
Contents?: true
Size: 314 Bytes
Versions: 66
Compression:
Stored size: 314 Bytes
Contents
require "helpers/integration_test_helper" require "integration/factories/http_health_checks_factory" class TestHttpHealthChecks < FogIntegrationTest include TestCollection def setup @subject = Fog::Compute[:google].http_health_checks @factory = HttpHealthChecksFactory.new(namespaced_name) end end
Version data entries
66 entries across 64 versions & 4 rubygems