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/global_forwarding_rule_tests.rb
2014-08-07 03:26:22 +00:00

7 lines
362 B
Ruby

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