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
cthiesfork-awspec-1.2.2 lib/awspec/matcher/include_subscribed.rb
cthiesfork-awspec-1.2.1 lib/awspec/matcher/include_subscribed.rb
awspec-1.18.5 lib/awspec/matcher/include_subscribed.rb
cthiesfork-awspec-1.2.0 lib/awspec/matcher/include_subscribed.rb
cthiesfork-awspec-1.1.0 lib/awspec/matcher/include_subscribed.rb
cthiesfork-awspec-1.0.0 lib/awspec/matcher/include_subscribed.rb
awspec-1.18.4 lib/awspec/matcher/include_subscribed.rb
awspec-1.18.3 lib/awspec/matcher/include_subscribed.rb
awspec-1.18.2 lib/awspec/matcher/include_subscribed.rb
awspec-1.18.1 lib/awspec/matcher/include_subscribed.rb
awspec-1.18.0 lib/awspec/matcher/include_subscribed.rb
awspec-1.17.4 lib/awspec/matcher/include_subscribed.rb
awspec-1.17.3 lib/awspec/matcher/include_subscribed.rb
awspec-1.17.2 lib/awspec/matcher/include_subscribed.rb
awspec-1.17.1 lib/awspec/matcher/include_subscribed.rb
awspec-1.17.0 lib/awspec/matcher/include_subscribed.rb
awspec-1.16.1 lib/awspec/matcher/include_subscribed.rb
awspec-1.16.0 lib/awspec/matcher/include_subscribed.rb
awspec-1.15.3 lib/awspec/matcher/include_subscribed.rb
awspec-1.15.2 lib/awspec/matcher/include_subscribed.rb