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.6.0 lib/awspec/matcher/have_option_group.rb
awspec-1.5.4 lib/awspec/matcher/have_option_group.rb
awspec-1.5.3 lib/awspec/matcher/have_option_group.rb
awspec-1.5.2 lib/awspec/matcher/have_option_group.rb
awspec-1.5.1 lib/awspec/matcher/have_option_group.rb
awspec-1.5.0 lib/awspec/matcher/have_option_group.rb