2011-05-31 23:24:48 -04:00
|
|
|
Shindo.tests("AWS::RDS | security groups", ['aws', 'rds']) do
|
|
|
|
params = {:id => 'fog-test', :description => 'fog test'}
|
|
|
|
|
2012-02-26 21:10:42 -05:00
|
|
|
collection_tests(Fog::AWS[:rds].security_groups, params)
|
2011-05-31 23:24:48 -04:00
|
|
|
end
|