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