Skip to content

Commit

Permalink
[compute|voxel] fix flavor tests to properly skip voxel
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus committed Jun 21, 2011
1 parent 4a85a2f commit 9d2d86d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/compute/models/flavors_tests.rb
@@ -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

Expand Down

0 comments on commit 9d2d86d

Please sign in to comment.