Sha256: f3e51b49c024bbed8f3fecd56ec00228c9f45642c4d2c64b00fdcb48eef4d633

Contents?: true

Size: 175 Bytes

Versions: 13

Compression:

Stored size: 175 Bytes

Contents

# frozen_string_literal: true

RSpec::Matchers.define :include_subscribed do |subscribed_arn|
  match do |sns_topic|
    sns_topic.has_subscription?(subscribed_arn)
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

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