Sha256: c948873256ae22834be935879cfd8b84c70307b211dd95bd8beb02820e7e531b
Contents?: true
Size: 314 Bytes
Versions: 30
Compression:
Stored size: 314 Bytes
Contents
require "helpers/integration_test_helper" require "integration/factories/instance_template_factory" class TestInstanceTemplates < FogIntegrationTest include TestCollection def setup @subject = Fog::Compute[:google].instance_templates @factory = InstanceTemplateFactory.new(namespaced_name) end end
Version data entries
30 entries across 30 versions & 2 rubygems