Sha256: 1040090dd698bea067619e3637334c04df4e89b31704f91f9aa01aff9b48db11

Contents?: true

Size: 390 Bytes

Versions: 63

Compression:

Stored size: 390 Bytes

Contents

Shindo.tests('AWS::Elasticache | parameter groups', ['aws', 'elasticache']) do
  group_name = 'fog-test'
  description = 'Fog Test'

  model_tests(
    Fog::AWS[:elasticache].parameter_groups,
    {:id => group_name, :description => description}, true
  )

  collection_tests(
    Fog::AWS[:elasticache].parameter_groups,
    {:id => group_name, :description => description}, true
  )

end

Version data entries

63 entries across 61 versions & 3 rubygems

Version Path
fog-aws-3.12.0 tests/models/elasticache/parameter_groups_tests.rb
fog-aws-3.11.0 tests/models/elasticache/parameter_groups_tests.rb
fog-aws-3.10.0 tests/models/elasticache/parameter_groups_tests.rb
fog-aws-3.9.0 tests/models/elasticache/parameter_groups_tests.rb
fog-aws-3.8.0 tests/models/elasticache/parameter_groups_tests.rb
fog-aws-3.7.0 tests/models/elasticache/parameter_groups_tests.rb
fog-aws-3.6.7 tests/models/elasticache/parameter_groups_tests.rb
fog-aws-3.6.6 tests/models/elasticache/parameter_groups_tests.rb
fog-aws-3.6.5 tests/models/elasticache/parameter_groups_tests.rb
fog-aws-3.6.4 tests/models/elasticache/parameter_groups_tests.rb
fog-aws-3.6.3 tests/models/elasticache/parameter_groups_tests.rb
fog-aws-3.6.2 tests/models/elasticache/parameter_groups_tests.rb
fog-aws-3.5.2 tests/models/elasticache/parameter_groups_tests.rb
fog-aws-3.5.1 tests/models/elasticache/parameter_groups_tests.rb
fog-aws-3.5.0 tests/models/elasticache/parameter_groups_tests.rb
fog-aws-3.4.0 tests/models/elasticache/parameter_groups_tests.rb
fog-aws-3.3.0 tests/models/elasticache/parameter_groups_tests.rb
fog-aws-3.2.0 tests/models/elasticache/parameter_groups_tests.rb
fog-aws-3.1.0 tests/models/elasticache/parameter_groups_tests.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.3.0/gems/fog-aws-2.0.1/tests/models/elasticache/parameter_groups_tests.rb