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