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.25.3 lib/awspec/matcher/belong_to_cache_subnet_group.rb
awspec-0.25.2 lib/awspec/matcher/belong_to_cache_subnet_group.rb
awspec-0.25.1 lib/awspec/matcher/belong_to_cache_subnet_group.rb
awspec-0.25.0 lib/awspec/matcher/belong_to_cache_subnet_group.rb
awspec-0.24.2 lib/awspec/matcher/belong_to_cache_subnet_group.rb
awspec-0.24.1 lib/awspec/matcher/belong_to_cache_subnet_group.rb
awspec-0.24.0 lib/awspec/matcher/belong_to_cache_subnet_group.rb
awspec-0.23.0 lib/awspec/matcher/belong_to_cache_subnet_group.rb
awspec-0.22.1 lib/awspec/matcher/belong_to_cache_subnet_group.rb
awspec-0.22.0 lib/awspec/matcher/belong_to_cache_subnet_group.rb
awspec-0.21.6 lib/awspec/matcher/belong_to_cache_subnet_group.rb
awspec-0.21.5 lib/awspec/matcher/belong_to_cache_subnet_group.rb
awspec-0.21.4 lib/awspec/matcher/belong_to_cache_subnet_group.rb
awspec-0.21.3 lib/awspec/matcher/belong_to_cache_subnet_group.rb
awspec-0.21.2 lib/awspec/matcher/belong_to_cache_subnet_group.rb
awspec-0.21.1 lib/awspec/matcher/belong_to_cache_subnet_group.rb
awspec-0.21.0 lib/awspec/matcher/belong_to_cache_subnet_group.rb
awspec-0.20.2 lib/awspec/matcher/belong_to_cache_subnet_group.rb
awspec-0.20.1 lib/awspec/matcher/belong_to_cache_subnet_group.rb
awspec-0.20.0 lib/awspec/matcher/belong_to_cache_subnet_group.rb