tests/hp/models/compute/security_group_tests.rb in fog-1.5.0 vs tests/hp/models/compute/security_group_tests.rb in fog-1.6.0
- old
+ new
@@ -1,5 +1,5 @@
-Shindo.tests("Fog::Compute[:hp] | security_group", [:hp]) do
+Shindo.tests("Fog::Compute[:hp] | security_group", ["hp"]) do
model_tests(Fog::Compute[:hp].security_groups, {:name => 'foggroupname', :description => 'foggroupdescription'}, true)
tests("a group with trailing whitespace") do
@group = Fog::Compute[:hp].security_groups.create(:name => " foggroup with spaces ", :description => " fog group desc ")