tests/aws/models/rds/security_groups_tests.rb in fog-1.1.2 vs tests/aws/models/rds/security_groups_tests.rb in fog-1.2.0
- old
+ new
@@ -1,6 +1,5 @@
Shindo.tests("AWS::RDS | security groups", ['aws', 'rds']) do
params = {:id => 'fog-test', :description => 'fog test'}
- pending if Fog.mocking?
- collection_tests(Fog::AWS[:rds].security_groups, params, false)
+ collection_tests(Fog::AWS[:rds].security_groups, params)
end