Sha256: 49cf8e9ae416e744c5d1de7494fa27282d346cbd3636aa38a5bc35c80f6330b3

Contents?: true

Size: 214 Bytes

Versions: 66

Compression:

Stored size: 214 Bytes

Contents

RSpec::Matchers.define :have_option_group do |name|
  match do |db_instance_identifier|
    db_instance_identifier.has_option_group?(name, @status)
  end

  chain :status do |status|
    @status = status
  end
end

Version data entries

66 entries across 66 versions & 3 rubygems

Version Path
awspec-1.15.1 lib/awspec/matcher/have_option_group.rb
awspec-1.15.0 lib/awspec/matcher/have_option_group.rb
awspec-1.14.1 lib/awspec/matcher/have_option_group.rb
awspec-1.14.0 lib/awspec/matcher/have_option_group.rb
awspec-1.13.0 lib/awspec/matcher/have_option_group.rb
awspec-1.12.7 lib/awspec/matcher/have_option_group.rb
awspec-1.12.6 lib/awspec/matcher/have_option_group.rb
awspec-1.12.5 lib/awspec/matcher/have_option_group.rb
awspec-1.12.4 lib/awspec/matcher/have_option_group.rb
awspec-1.12.3 lib/awspec/matcher/have_option_group.rb
awspec-1.12.2 lib/awspec/matcher/have_option_group.rb
awspec-1.12.1 lib/awspec/matcher/have_option_group.rb
awspec-1.12.0 lib/awspec/matcher/have_option_group.rb
awspec-1.11.1 lib/awspec/matcher/have_option_group.rb
awspec-1.11.0 lib/awspec/matcher/have_option_group.rb
awspec-1.10.0 lib/awspec/matcher/have_option_group.rb
awspec-1.9.0 lib/awspec/matcher/have_option_group.rb
awspec-1.8.0 lib/awspec/matcher/have_option_group.rb
awspec-1.7.0 lib/awspec/matcher/have_option_group.rb
awspec-1.6.1 lib/awspec/matcher/have_option_group.rb