Sha256: 00cb10c040cce8a878dc74b344d20fbd510d0b28295f98dc16939d647484b6df
Contents?: true
Size: 308 Bytes
Versions: 66
Compression:
Stored size: 308 Bytes
Contents
require "helpers/integration_test_helper" require "integration/factories/backend_services_factory" class TestBackendServices < FogIntegrationTest include TestCollection def setup @subject = Fog::Compute[:google].backend_services @factory = BackendServicesFactory.new(namespaced_name) end end
Version data entries
66 entries across 64 versions & 4 rubygems