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_checks_tests.rb

6 lines
261 B
Ruby
Raw Normal View History

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