Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
fog-google / test / integration / compute / loadbalancing / test_target_https_proxies.rb
Size: Mime:
require "helpers/integration_test_helper"
require "integration/factories/target_https_proxies_factory"

class TestTargetHttpsProxies < FogIntegrationTest
  include TestCollection

  def setup
    @subject = Fog::Compute[:google].target_https_proxies
    @factory = TargetHttpsProxiesFactory.new(namespaced_name)
  end
end