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.25.1 lib/awspec/matcher/have_option_group.rb
awspec-1.25.0 lib/awspec/matcher/have_option_group.rb
awspec-1.24.4 lib/awspec/matcher/have_option_group.rb
awspec-1.24.3 lib/awspec/matcher/have_option_group.rb
awspec-1.24.2 lib/awspec/matcher/have_option_group.rb
awspec-1.24.1 lib/awspec/matcher/have_option_group.rb
awspec-1.24.0 lib/awspec/matcher/have_option_group.rb
awspec-1.23.0 lib/awspec/matcher/have_option_group.rb
awspec-1.22.1 lib/awspec/matcher/have_option_group.rb
awspec-1.22.0 lib/awspec/matcher/have_option_group.rb
awspec-1.21.1 lib/awspec/matcher/have_option_group.rb
awspec-1.21.0 lib/awspec/matcher/have_option_group.rb
awspec-1.20.0 lib/awspec/matcher/have_option_group.rb
awspec-1.19.2 lib/awspec/matcher/have_option_group.rb
awspec-1.19.1 lib/awspec/matcher/have_option_group.rb
awspec-1.19.0 lib/awspec/matcher/have_option_group.rb
cthiesfork-awspec-1.2.4 lib/awspec/matcher/have_option_group.rb
awspec-api_gateway_extended-1.2.4 lib/awspec/matcher/have_option_group.rb
awspec-api_gateway_extended-1.2.3 lib/awspec/matcher/have_option_group.rb
awspec-1.18.6 lib/awspec/matcher/have_option_group.rb