Sha256: ed159a111cfed5e5a09396d91ef996d39863fe72d68d797d6507bdc4f8aa53f1

Contents?: true

Size: 238 Bytes

Versions: 118

Compression:

Stored size: 238 Bytes

Contents

RSpec::Matchers.define :have_subscription_filter do |filter_name|
  match do |log_group_name|
    log_group_name.has_subscription_filter?(filter_name, @pattern)
  end

  chain :filter_pattern do |pattern|
    @pattern = pattern
  end
end

Version data entries

118 entries across 118 versions & 4 rubygems

Version Path
cthiesfork-awspec-1.2.2 lib/awspec/matcher/have_subscription_filter.rb
cthiesfork-awspec-1.2.1 lib/awspec/matcher/have_subscription_filter.rb
awspec-1.18.5 lib/awspec/matcher/have_subscription_filter.rb
cthiesfork-awspec-1.2.0 lib/awspec/matcher/have_subscription_filter.rb
cthiesfork-awspec-1.1.0 lib/awspec/matcher/have_subscription_filter.rb
cthiesfork-awspec-1.0.0 lib/awspec/matcher/have_subscription_filter.rb
awspec-1.18.4 lib/awspec/matcher/have_subscription_filter.rb
awspec-1.18.3 lib/awspec/matcher/have_subscription_filter.rb
awspec-1.18.2 lib/awspec/matcher/have_subscription_filter.rb
awspec-1.18.1 lib/awspec/matcher/have_subscription_filter.rb
awspec-1.18.0 lib/awspec/matcher/have_subscription_filter.rb
awspec-1.17.4 lib/awspec/matcher/have_subscription_filter.rb
awspec-1.17.3 lib/awspec/matcher/have_subscription_filter.rb
awspec-1.17.2 lib/awspec/matcher/have_subscription_filter.rb
awspec-1.17.1 lib/awspec/matcher/have_subscription_filter.rb
awspec-1.17.0 lib/awspec/matcher/have_subscription_filter.rb
awspec-1.16.1 lib/awspec/matcher/have_subscription_filter.rb
awspec-1.16.0 lib/awspec/matcher/have_subscription_filter.rb
awspec-1.15.3 lib/awspec/matcher/have_subscription_filter.rb
awspec-1.15.2 lib/awspec/matcher/have_subscription_filter.rb