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/servers_tests.rb

10 lines
226 B
Ruby
Raw Normal View History

2011-01-03 16:34:08 -05:00
for provider, config in compute_providers
Shindo.tests("Fog::Compute[:#{provider}] | servers", [provider.to_s]) do
2011-01-03 16:34:08 -05:00
servers_tests(Fog::Compute[provider], (config[:server_attributes] || {}), config[:mocked])
2011-01-03 16:34:08 -05:00
end
end