Sha256: 3ef4e7d9518c2e5e2087cf2caee7e14eb9ec2bc671a3c9616daa5a054f201568

Contents?: true

Size: 210 Bytes

Versions: 39

Compression:

Stored size: 210 Bytes

Contents

RSpec::Matchers.define :belong_to_db_subnet_group do |db_subnet_group_name|
  match do |resource|
    return true if resource.resource[:db_subnet_group][:db_subnet_group_name] == db_subnet_group_name
  end
end

Version data entries

39 entries across 39 versions & 1 rubygems

Version Path
awspec-0.19.0 lib/awspec/matcher/belong_to_db_subnet_group.rb
awspec-0.18.2 lib/awspec/matcher/belong_to_db_subnet_group.rb
awspec-0.18.1 lib/awspec/matcher/belong_to_db_subnet_group.rb
awspec-0.18.0 lib/awspec/matcher/belong_to_db_subnet_group.rb
awspec-0.17.1 lib/awspec/matcher/belong_to_db_subnet_group.rb
awspec-0.17.0 lib/awspec/matcher/belong_to_db_subnet_group.rb
awspec-0.16.0 lib/awspec/matcher/belong_to_db_subnet_group.rb
awspec-0.15.0 lib/awspec/matcher/belong_to_db_subnet_group.rb
awspec-0.14.1 lib/awspec/matcher/belong_to_db_subnet_group.rb
awspec-0.14.0 lib/awspec/matcher/belong_to_db_subnet_group.rb
awspec-0.13.0 lib/awspec/matcher/belong_to_db_subnet_group.rb
awspec-0.12.1 lib/awspec/matcher/belong_to_db_subnet_group.rb
awspec-0.12.0 lib/awspec/matcher/belong_to_db_subnet_group.rb
awspec-0.11.0 lib/awspec/matcher/belong_to_db_subnet_group.rb
awspec-0.10.2 lib/awspec/matcher/belong_to_db_subnet_group.rb
awspec-0.10.1 lib/awspec/matcher/belong_to_db_subnet_group.rb
awspec-0.10.0 lib/awspec/matcher/belong_to_db_subnet_group.rb
awspec-0.9.0 lib/awspec/matcher/belong_to_db_subnet_group.rb
awspec-0.8.1 lib/awspec/matcher/belong_to_db_subnet_group.rb