From 9d2d86d34a204e99b85ef144e0a558830d060390 Mon Sep 17 00:00:00 2001 From: geemus Date: Tue, 21 Jun 2011 14:49:33 -0700 Subject: [PATCH] [compute|voxel] fix flavor tests to properly skip voxel --- tests/compute/models/flavors_tests.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/compute/models/flavors_tests.rb b/tests/compute/models/flavors_tests.rb index f5c48171b..48fcea7cc 100644 --- a/tests/compute/models/flavors_tests.rb +++ b/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