Sha256: a928bbee8d90d652d961899fa3ca81d4cf8d5bfeeb8083c8ae689e735f618e77

Contents?: true

Size: 204 Bytes

Versions: 31

Compression:

Stored size: 204 Bytes

Contents

RSpec::Matchers.define :belong_to_cache_subnet_group do |cache_subnet_group_name|
  match do |resource|
    return true if resource.resource[:cache_subnet_group_name] == cache_subnet_group_name
  end
end

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
awspec-0.19.0 lib/awspec/matcher/belong_to_cache_subnet_group.rb
awspec-0.18.2 lib/awspec/matcher/belong_to_cache_subnet_group.rb
awspec-0.18.1 lib/awspec/matcher/belong_to_cache_subnet_group.rb
awspec-0.18.0 lib/awspec/matcher/belong_to_cache_subnet_group.rb
awspec-0.17.1 lib/awspec/matcher/belong_to_cache_subnet_group.rb
awspec-0.17.0 lib/awspec/matcher/belong_to_cache_subnet_group.rb
awspec-0.16.0 lib/awspec/matcher/belong_to_cache_subnet_group.rb
awspec-0.15.0 lib/awspec/matcher/belong_to_cache_subnet_group.rb
awspec-0.14.1 lib/awspec/matcher/belong_to_cache_subnet_group.rb
awspec-0.14.0 lib/awspec/matcher/belong_to_cache_subnet_group.rb
awspec-0.13.0 lib/awspec/matcher/belong_to_cache_subnet_group.rb