Sha256: 995efc58d881e2fadf9526e332af9725c279edd77b60b8fd3442a947bf022ac9

Contents?: true

Size: 334 Bytes

Versions: 66

Compression:

Stored size: 334 Bytes

Contents

require "helpers/integration_test_helper"
require "integration/factories/global_forwarding_rules_factory"

class TestGlobalForwardingRules < FogIntegrationTest
  include TestCollection

  def setup
    @subject = Fog::Compute[:google].global_forwarding_rules
    @factory = GlobalForwardingRulesFactory.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_global_forwarding_rules.rb
fog-google-1.9.1 test/integration/compute/loadbalancing/test_global_forwarding_rules.rb
fog-google-1.9.0 test/integration/compute/loadbalancing/test_global_forwarding_rules.rb
fog-google-1.8.2 test/integration/compute/loadbalancing/test_global_forwarding_rules.rb
fog-google-1.8.1 test/integration/compute/loadbalancing/test_global_forwarding_rules.rb
fog-google-1.8.0 test/integration/compute/loadbalancing/test_global_forwarding_rules.rb
fog-google-1.7.1 test/integration/compute/loadbalancing/test_global_forwarding_rules.rb
fog-google-1.7.0 test/integration/compute/loadbalancing/test_global_forwarding_rules.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.5.0/gems/fog-google-0.1.0/test/integration/compute/test_global_forwarding_rules.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.3.0/gems/fog-google-0.1.0/test/integration/compute/test_global_forwarding_rules.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.4.0/gems/fog-google-0.1.0/test/integration/compute/test_global_forwarding_rules.rb
fog-google-1.6.0 test/integration/compute/test_global_forwarding_rules.rb
fog-google-1.5.0 test/integration/compute/test_global_forwarding_rules.rb
fog-google-1.4.0 test/integration/compute/test_global_forwarding_rules.rb
fog-google-0.1.3 test/integration/compute/test_global_forwarding_rules.rb
fog-google-0.1.2 test/integration/compute/test_global_forwarding_rules.rb
fog-google-1.3.3 test/integration/compute/test_global_forwarding_rules.rb
fog-google-1.3.2 test/integration/compute/test_global_forwarding_rules.rb
fog-google-1.3.1 test/integration/compute/test_global_forwarding_rules.rb
fog-google-1.3.0 test/integration/compute/test_global_forwarding_rules.rb