Repository URL to install this package:
|
Version:
1.12.1 ▾
|
require "helpers/integration_test_helper"
require "integration/factories/instance_groups_factory"
class TestInstanceGroups < FogIntegrationTest
include TestCollection
def setup
@subject = Fog::Compute[:google].instance_groups
@factory = InstanceGroupsFactory.new(namespaced_name)
end
end