spec/ironfan/ec2/security_group_spec.rb in ironfan-4.3.4 vs spec/ironfan/ec2/security_group_spec.rb in ironfan-4.4.0
- old
+ new
@@ -97,14 +97,8 @@
mysql_auth.range_authorizations.select { |g| g.eql? [3306..3306, "0.0.0.0/0", "tcp"] }.should_not be_empty
end
end
end
-
-
- end
-
- describe 'clouds' do
-
end
end
end