1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/tests/google/models/compute/http_health_check_tests.rb

5 lines
255 B
Ruby

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