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.2.2 test/integration/compute/test_forwarding_rules.rb
fog-google-1.2.1 test/integration/compute/test_forwarding_rules.rb
fog-google-1.2.0 test/integration/compute/test_forwarding_rules.rb
fog-google-1.1.0 test/integration/compute/test_forwarding_rules.rb
fog-google-1.0.1 test/integration/compute/test_forwarding_rules.rb
fog-google-1.0.0 test/integration/compute/test_forwarding_rules.rb
fog-google-0.6.0 test/integration/compute/test_forwarding_rules.rb
fog-google-0.5.5 test/integration/compute/test_forwarding_rules.rb
fog-google-0.5.4 test/integration/compute/test_forwarding_rules.rb
fog-google-0.5.3 test/integration/compute/test_forwarding_rules.rb
fog-google-0.5.2 test/integration/compute/test_forwarding_rules.rb
fog-google-0.5.1 test/integration/compute/test_forwarding_rules.rb
fog-google-0.5.0 test/integration/compute/test_forwarding_rules.rb
fog-google-0.4.2 test/integration/compute/test_forwarding_rules.rb
fog-google-0.4.1 test/integration/compute/test_forwarding_rules.rb
fog-google-0.4.0 test/integration/compute/test_forwarding_rules.rb
fog-google-0.3.2 test/integration/compute/test_forwarding_rules.rb
fog-google-0.3.1 test/integration/compute/test_forwarding_rules.rb
fog-google-0.3.0 test/integration/compute/test_forwarding_rules.rb
fog-google-0.2.0 test/integration/compute/test_forwarding_rules.rb