Sha256: 75da17d5dc84cfa611586d3575e5ec65633d8f490274f296b6441e00c25ecce3

Contents?: true

Size: 261 Bytes

Versions: 11

Compression:

Stored size: 261 Bytes

Contents

require 'securerandom'
Shindo.tests("Fog::Compute[:google] | HTTP health checks model", ['google']) do
  random_string = SecureRandom.hex
  collection_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_checks_tests.rb
fog-google-0.0.4 tests/models/compute/http_health_checks_tests.rb
fog-google-0.0.3 tests/models/compute/http_health_checks_tests.rb
fog-google-0.0.2 tests/models/compute/http_health_checks_tests.rb
fog-1.29.0 tests/google/models/compute/http_health_checks_tests.rb
fog-1.28.0 tests/google/models/compute/http_health_checks_tests.rb
fog-1.27.0 tests/google/models/compute/http_health_checks_tests.rb
fog-1.26.0 tests/google/models/compute/http_health_checks_tests.rb
fog-1.25.0 tests/google/models/compute/http_health_checks_tests.rb
nsidc-fog-1.24.1 tests/google/models/compute/http_health_checks_tests.rb
fog-1.24.0 tests/google/models/compute/http_health_checks_tests.rb