1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/tests/compute/models/server_tests.rb
2011-01-03 13:34:08 -08:00

9 lines
223 B
Ruby

for provider, config in compute_providers
Shindo.tests("#{provider}::Compute | server", [provider.to_s.downcase]) do
server_tests(provider[:compute], (config[:server_attributes] || {}), config[:mocked])
end
end