Sha256: 995efc58d881e2fadf9526e332af9725c279edd77b60b8fd3442a947bf022ac9
Contents?: true
Size: 334 Bytes
Versions: 66
Compression:
Stored size: 334 Bytes
Contents
require "helpers/integration_test_helper" require "integration/factories/global_forwarding_rules_factory" class TestGlobalForwardingRules < FogIntegrationTest include TestCollection def setup @subject = Fog::Compute[:google].global_forwarding_rules @factory = GlobalForwardingRulesFactory.new(namespaced_name) end end
Version data entries
66 entries across 64 versions & 4 rubygems