[compute|voxel] fix flavor tests to properly skip voxel

This commit is contained in:
geemus 2011-06-21 14:49:33 -07:00
parent 4a85a2f136
commit 9d2d86d34a
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
for provider, config in compute_providers
next if [Voxel].include?(provider)
next if [:voxel].include?(provider)
Shindo.tests("Fog::Compute[:#{provider}] | flavors", [provider]) do