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_forwarding_rules.rb
Size: Mime:
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