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/flavors_tests.rb
2011-02-24 16:40:12 -08:00

11 lines
264 B
Ruby

for provider, config in compute_providers
next if [Voxel].include?(provider)
Shindo.tests("#{provider}::Compute | flavors", [provider.to_s.downcase]) do
flavors_tests(provider[:compute], (config[:flavors_attributes] || {}), config[:mocked])
end
end