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

14 lines
284 B
Ruby
Raw Normal View History

2011-01-03 13:34:08 -08:00
for provider, config in compute_providers
next if [:voxel].include?(provider)
2011-02-23 15:00:56 -08:00
Shindo.tests("Fog::Compute[:#{provider}] | flavors", [provider]) do
2011-01-03 13:34:08 -08:00
p config[:mocked]
flavors_tests(Fog::Compute[provider], (config[:flavors_attributes] || {}), config[:mocked])
2011-01-03 13:34:08 -08:00
end
end