Sha256: bbcdbae0cc743020055ca052593bd6ad2d1e738f4c9ec4338d99952c3987e6d2

Contents?: true

Size: 409 Bytes

Versions: 99

Compression:

Stored size: 409 Bytes

Contents

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

  pending if Fog.mocking?

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

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

end

Version data entries

99 entries across 99 versions & 17 rubygems

Version Path
fog-maestrodev-1.20.0.20140305101839 tests/aws/models/elasticache/parameter_groups_tests.rb
fog-maestrodev-1.20.0.20140305101305 tests/aws/models/elasticache/parameter_groups_tests.rb
fog-maestrodev-1.19.0.20140212012611 tests/aws/models/elasticache/parameter_groups_tests.rb
fog-1.20.0 tests/aws/models/elasticache/parameter_groups_tests.rb
fog-maestrodev-1.19.0.20140110004459 tests/aws/models/elasticache/parameter_groups_tests.rb
fog-maestrodev-1.19.0.20140110003812 tests/aws/models/elasticache/parameter_groups_tests.rb
fog-maestrodev-1.19.0.20140109202555 tests/aws/models/elasticache/parameter_groups_tests.rb
fog-maestrodev-1.19.0.20140107192102 tests/aws/models/elasticache/parameter_groups_tests.rb
fog-maestrodev-1.19.0.20140107142106 tests/aws/models/elasticache/parameter_groups_tests.rb
fog-maestrodev-1.19.0.20131219203941 tests/aws/models/elasticache/parameter_groups_tests.rb
fog-maestrodev-1.18.0.20131219193542 tests/aws/models/elasticache/parameter_groups_tests.rb
fog-1.19.0 tests/aws/models/elasticache/parameter_groups_tests.rb
fog-maestrodev-1.18.0.20131219033443 tests/aws/models/elasticache/parameter_groups_tests.rb
fog-maestrodev-1.18.0.20131219032002 tests/aws/models/elasticache/parameter_groups_tests.rb
fog-maestrodev-1.18.0.20131219030716 tests/aws/models/elasticache/parameter_groups_tests.rb
fog-maestrodev-1.18.0.20131219022322 tests/aws/models/elasticache/parameter_groups_tests.rb
fog-maestrodev-1.18.0.20131218202447 tests/aws/models/elasticache/parameter_groups_tests.rb
fog-maestrodev-1.18.0.20131209091424 tests/aws/models/elasticache/parameter_groups_tests.rb
fog-maestrodev-1.18.0.20131209090811 tests/aws/models/elasticache/parameter_groups_tests.rb
fog-maestrodev-1.18.0.20131206115947 tests/aws/models/elasticache/parameter_groups_tests.rb