Sha256: cea15ab16bf4417a7c3afb244419774bfa8e3b4b2d737d54aaba0951fac2c507

Contents?: true

Size: 144 Bytes

Versions: 53

Compression:

Stored size: 144 Bytes

Contents

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

Version data entries

53 entries across 53 versions & 3 rubygems

Version Path
awspec-1.25.1 lib/awspec/matcher/include_subscribed.rb
awspec-1.25.0 lib/awspec/matcher/include_subscribed.rb
awspec-1.24.4 lib/awspec/matcher/include_subscribed.rb
awspec-1.24.3 lib/awspec/matcher/include_subscribed.rb
awspec-1.24.2 lib/awspec/matcher/include_subscribed.rb
awspec-1.24.1 lib/awspec/matcher/include_subscribed.rb
awspec-1.24.0 lib/awspec/matcher/include_subscribed.rb
awspec-1.23.0 lib/awspec/matcher/include_subscribed.rb
awspec-1.22.1 lib/awspec/matcher/include_subscribed.rb
awspec-1.22.0 lib/awspec/matcher/include_subscribed.rb
awspec-1.21.1 lib/awspec/matcher/include_subscribed.rb
awspec-1.21.0 lib/awspec/matcher/include_subscribed.rb
awspec-1.20.0 lib/awspec/matcher/include_subscribed.rb
awspec-1.19.2 lib/awspec/matcher/include_subscribed.rb
awspec-1.19.1 lib/awspec/matcher/include_subscribed.rb
awspec-1.19.0 lib/awspec/matcher/include_subscribed.rb
cthiesfork-awspec-1.2.4 lib/awspec/matcher/include_subscribed.rb
awspec-api_gateway_extended-1.2.4 lib/awspec/matcher/include_subscribed.rb
awspec-api_gateway_extended-1.2.3 lib/awspec/matcher/include_subscribed.rb
awspec-1.18.6 lib/awspec/matcher/include_subscribed.rb