Sha256: 7f8944d249b1a90ad3b957d0202cab7b6b5f490131b4d1bc4184835a01ac8318
Contents?: true
Size: 347 Bytes
Versions: 28
Compression:
Stored size: 347 Bytes
Contents
require "integration/factories/collection_factory" class SslCertificatesFactory < CollectionFactory def initialize(example) super(Fog::Compute[:google].ssl_certificates, example) end def params { :name => resource_name, :certificate => TEST_PEM_CERTIFICATE, :private_key => TEST_PEM_CERTIFICATE_PRIVATE_KEY } end end
Version data entries
28 entries across 28 versions & 2 rubygems