Sha256: c254c4a4af9e3b9cf5e28b3bfaa7440fe99bf2375a3a467c5fe64ea9e68ab114

Contents?: true

Size: 276 Bytes

Versions: 66

Compression:

Stored size: 276 Bytes

Contents

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

Version data entries

66 entries across 64 versions & 4 rubygems

Version Path
fog-google-1.2.2 test/integration/compute/test_url_maps.rb
fog-google-1.2.1 test/integration/compute/test_url_maps.rb
fog-google-1.2.0 test/integration/compute/test_url_maps.rb
fog-google-1.1.0 test/integration/compute/test_url_maps.rb
fog-google-1.0.1 test/integration/compute/test_url_maps.rb
fog-google-1.0.0 test/integration/compute/test_url_maps.rb
fog-google-0.6.0 test/integration/compute/test_url_maps.rb
fog-google-0.5.5 test/integration/compute/test_url_maps.rb
fog-google-0.5.4 test/integration/compute/test_url_maps.rb
fog-google-0.5.3 test/integration/compute/test_url_maps.rb
fog-google-0.5.2 test/integration/compute/test_url_maps.rb
fog-google-0.5.1 test/integration/compute/test_url_maps.rb
fog-google-0.5.0 test/integration/compute/test_url_maps.rb
fog-google-0.4.2 test/integration/compute/test_url_maps.rb
fog-google-0.4.1 test/integration/compute/test_url_maps.rb
fog-google-0.4.0 test/integration/compute/test_url_maps.rb
fog-google-0.3.2 test/integration/compute/test_url_maps.rb
fog-google-0.3.1 test/integration/compute/test_url_maps.rb
fog-google-0.3.0 test/integration/compute/test_url_maps.rb
fog-google-0.2.0 test/integration/compute/test_url_maps.rb