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