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
Paul Thornthwaite d76bf9db74 Tag generated model tests with string not symbol
Partial fix for issue #895
2012-05-08 16:56:23 +01:00

11 lines
281 B
Ruby

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