Sha256: 60ba99e009d9b262dd87001c3aabcabff831a2f4c688ac88cd3fc3da9f6fdc6f

Contents?: true

Size: 308 Bytes

Versions: 66

Compression:

Stored size: 308 Bytes

Contents

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

Version data entries

66 entries across 64 versions & 4 rubygems

Version Path
fog-google-1.10.0 test/integration/compute/loadbalancing/test_forwarding_rules.rb
fog-google-1.9.1 test/integration/compute/loadbalancing/test_forwarding_rules.rb
fog-google-1.9.0 test/integration/compute/loadbalancing/test_forwarding_rules.rb
fog-google-1.8.2 test/integration/compute/loadbalancing/test_forwarding_rules.rb
fog-google-1.8.1 test/integration/compute/loadbalancing/test_forwarding_rules.rb
fog-google-1.8.0 test/integration/compute/loadbalancing/test_forwarding_rules.rb
fog-google-1.7.1 test/integration/compute/loadbalancing/test_forwarding_rules.rb
fog-google-1.7.0 test/integration/compute/loadbalancing/test_forwarding_rules.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.5.0/gems/fog-google-0.1.0/test/integration/compute/test_forwarding_rules.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.3.0/gems/fog-google-0.1.0/test/integration/compute/test_forwarding_rules.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.4.0/gems/fog-google-0.1.0/test/integration/compute/test_forwarding_rules.rb
fog-google-1.6.0 test/integration/compute/test_forwarding_rules.rb
fog-google-1.5.0 test/integration/compute/test_forwarding_rules.rb
fog-google-1.4.0 test/integration/compute/test_forwarding_rules.rb
fog-google-0.1.3 test/integration/compute/test_forwarding_rules.rb
fog-google-0.1.2 test/integration/compute/test_forwarding_rules.rb
fog-google-1.3.3 test/integration/compute/test_forwarding_rules.rb
fog-google-1.3.2 test/integration/compute/test_forwarding_rules.rb
fog-google-1.3.1 test/integration/compute/test_forwarding_rules.rb
fog-google-1.3.0 test/integration/compute/test_forwarding_rules.rb