Sha256: 2ab2c2993ee1be1f74dac46e24bfee4686def9ab988c2d55f04b867038f1dce5

Contents?: true

Size: 368 Bytes

Versions: 11

Compression:

Stored size: 368 Bytes

Contents

require 'securerandom'
Shindo.tests("Fog::Compute[:google] | global forwarding rules model", ['google']) do
  random_string = SecureRandom.hex
  proxy = create_test_target_http_proxy(Fog::Compute[:google])
  collection_tests(Fog::Compute[:google].global_forwarding_rules, {:name => "fog-test-global-forwarding-rule-#{random_string}", :target => proxy.self_link})

end

Version data entries

11 entries across 11 versions & 3 rubygems

Version Path
fog-google-0.0.5 tests/models/compute/global_forwarding_rules_tests.rb
fog-google-0.0.4 tests/models/compute/global_forwarding_rules_tests.rb
fog-google-0.0.3 tests/models/compute/global_forwarding_rules_tests.rb
fog-google-0.0.2 tests/models/compute/global_forwarding_rules_tests.rb
fog-1.29.0 tests/google/models/compute/global_forwarding_rules_tests.rb
fog-1.28.0 tests/google/models/compute/global_forwarding_rules_tests.rb
fog-1.27.0 tests/google/models/compute/global_forwarding_rules_tests.rb
fog-1.26.0 tests/google/models/compute/global_forwarding_rules_tests.rb
fog-1.25.0 tests/google/models/compute/global_forwarding_rules_tests.rb
nsidc-fog-1.24.1 tests/google/models/compute/global_forwarding_rules_tests.rb
fog-1.24.0 tests/google/models/compute/global_forwarding_rules_tests.rb