Sha256: 6bc5f5d60c6ef3fbd696accd5db538e08f509feed0ecd0eeb405de2bdd183e49
Contents?: true
Size: 346 Bytes
Versions: 60
Compression:
Stored size: 346 Bytes
Contents
### exist ```ruby describe autoscaling_group('my-auto-scaling-group') do it { should exist } end ``` ### have_ec2 ```ruby describe autoscaling_group('my-auto-scaling-group') do it { should have_ec2('my-ec2') } end ``` ### have_elb ```ruby describe autoscaling_group('my-auto-scaling-group') do it { should have_elb('my-elb') } end ```
Version data entries
60 entries across 60 versions & 1 rubygems