Sha256: f8b4a736b906125710904b7efcb5f8f4f76455a6b0c3fac9cbeb787ee55f5ac6

Contents?: true

Size: 210 Bytes

Versions: 19

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.instance[:db_subnet_group][:db_subnet_group_name] == db_subnet_group_name
  end
end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
awspec-0.8.0 lib/awspec/matcher/belong_to_db_subnet_group.rb
awspec-0.7.0 lib/awspec/matcher/belong_to_db_subnet_group.rb
awspec-0.6.4 lib/awspec/matcher/belong_to_db_subnet_group.rb
awspec-0.6.3 lib/awspec/matcher/belong_to_db_subnet_group.rb
awspec-0.6.2 lib/awspec/matcher/belong_to_db_subnet_group.rb
awspec-0.6.1 lib/awspec/matcher/belong_to_db_subnet_group.rb
awspec-0.6.0 lib/awspec/matcher/belong_to_db_subnet_group.rb
awspec-0.5.0 lib/awspec/matcher/belong_to_db_subnet_group.rb
awspec-0.4.1 lib/awspec/matcher/belong_to_db_subnet_group.rb
awspec-0.4.0 lib/awspec/matcher/belong_to_db_subnet_group.rb
awspec-0.3.0 lib/awspec/matcher/belong_to_db_subnet_group.rb
awspec-0.2.3 lib/awspec/matcher/belong_to_db_subnet_group.rb
awspec-0.2.2 lib/awspec/matcher/belong_to_db_subnet_group.rb
awspec-0.2.1 lib/awspec/matcher/belong_to_db_subnet_group.rb
awspec-0.2.0 lib/awspec/matcher/belong_to_db_subnet_group.rb
awspec-0.1.1 lib/awspec/matcher/belong_to_db_subnet_group.rb
awspec-0.1.0 lib/awspec/matcher/belong_to_db_subnet_group.rb
awspec-0.0.2 lib/awspec/matcher/belong_to_db_subnet_group.rb
awspec-0.0.1 lib/awspec/matcher/belong_to_db_subnet_group.rb