Sha256: 4ef06a78454aa51cbc9c3f03a5aa8ca48acd79d3c715df20a95af4cd811cd5be

Contents?: true

Size: 290 Bytes

Versions: 28

Compression:

Stored size: 290 Bytes

Contents

require "helpers/integration_test_helper"
require "integration/factories/subnetworks_factory"

class TestSubnetworks < FogIntegrationTest
  include TestCollection

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

Version data entries

28 entries across 28 versions & 2 rubygems

Version Path
fog-google-1.24.1 test/integration/compute/core_networking/test_subnetworks.rb
fog-google-1.24.0 test/integration/compute/core_networking/test_subnetworks.rb
fog-google-1.23.0 test/integration/compute/core_networking/test_subnetworks.rb
fog-google-1.22.0 test/integration/compute/core_networking/test_subnetworks.rb
fog-google-1.21.1 test/integration/compute/core_networking/test_subnetworks.rb
fog-google-1.21.0 test/integration/compute/core_networking/test_subnetworks.rb
fog-google-1.20.0 test/integration/compute/core_networking/test_subnetworks.rb
fog-google-1.19.0 test/integration/compute/core_networking/test_subnetworks.rb
fog-google-1.18.0 test/integration/compute/core_networking/test_subnetworks.rb
fog-google-1.17.0 test/integration/compute/core_networking/test_subnetworks.rb
fog-google-1.16.1 test/integration/compute/core_networking/test_subnetworks.rb
fog-google-1.16.0 test/integration/compute/core_networking/test_subnetworks.rb
fog-google-1.15.0 test/integration/compute/core_networking/test_subnetworks.rb
fog-google-1.14.0 test/integration/compute/core_networking/test_subnetworks.rb
gitlab-fog-google-1.14.0 test/integration/compute/core_networking/test_subnetworks.rb
fog-google-1.13.0 test/integration/compute/core_networking/test_subnetworks.rb
gitlab-fog-google-1.13.0 test/integration/compute/core_networking/test_subnetworks.rb
fog-google-1.12.1 test/integration/compute/core_networking/test_subnetworks.rb
fog-google-1.12.0 test/integration/compute/core_networking/test_subnetworks.rb
fog-google-1.11.0 test/integration/compute/core_networking/test_subnetworks.rb