Sha256: 0d9aa5e5d571b1f27968b4269d132003922a2e3e3b09ae17ec7cea1b381ffaae

Contents?: true

Size: 255 Bytes

Versions: 11

Compression:

Stored size: 255 Bytes

Contents

require 'securerandom'
Shindo.tests("Fog::Compute[:google] | HTTP health check model", ['google']) do
  random_string = SecureRandom.hex
  model_tests(Fog::Compute[:google].http_health_checks, {:name => "fog-test-http-health-check-#{random_string}"})
end

Version data entries

11 entries across 11 versions & 3 rubygems

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