Sha256: 508b3efb074e0a4ca65c08a9c7ad3ec0f8ab7bf3ad8c02f9d3eb97fb2a2e35f1

Contents?: true

Size: 245 Bytes

Versions: 14

Compression:

Stored size: 245 Bytes

Contents

# frozen_string_literal: true

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

14 entries across 14 versions & 1 rubygems

Version Path
awspec-1.32.0 lib/awspec/matcher/have_option_group.rb
awspec-1.31.0 lib/awspec/matcher/have_option_group.rb
awspec-1.30.0 lib/awspec/matcher/have_option_group.rb
awspec-1.29.3 lib/awspec/matcher/have_option_group.rb
awspec-1.29.2 lib/awspec/matcher/have_option_group.rb
awspec-1.29.1 lib/awspec/matcher/have_option_group.rb
awspec-1.29.0 lib/awspec/matcher/have_option_group.rb
awspec-1.28.2 lib/awspec/matcher/have_option_group.rb
awspec-1.28.1 lib/awspec/matcher/have_option_group.rb
awspec-1.28.0 lib/awspec/matcher/have_option_group.rb
awspec-1.27.1 lib/awspec/matcher/have_option_group.rb
awspec-1.27.0 lib/awspec/matcher/have_option_group.rb
awspec-1.26.0 lib/awspec/matcher/have_option_group.rb
awspec-1.25.2 lib/awspec/matcher/have_option_group.rb