Sha256: 8c5919a923f09c663e0e66d04c00a3c1a9599f17209c11ea1ddbe04365db1230

Contents?: true

Size: 270 Bytes

Versions: 182

Compression:

Stored size: 270 Bytes

Contents

Shindo.tests("AWS::RDS | parameter_groups", ['aws', 'rds']) do

  group_name = 'fog-test'
  params = {:id => group_name, :family => 'mysql5.1', :description => group_name}

  pending if Fog.mocking?
  collection_tests(Fog::AWS[:rds].parameter_groups, params, false)
end

Version data entries

182 entries across 180 versions & 22 rubygems

Version Path
brightbox-cli-0.14.0 lib/brightbox-cli/vendor/fog/tests/aws/models/rds/parameter_groups_tests.rb
fog-1.0.0 tests/aws/models/rds/parameter_groups_tests.rb