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_url_maps.rb
Size: Mime:
require "helpers/integration_test_helper"
require "integration/factories/url_maps_factory"

class TestUrlMaps < FogIntegrationTest
  include TestCollection

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