Sha256: abadcbb44a7f9dd60123a13380492a1a3778d2751d50c810e61d997ffca026f0

Contents?: true

Size: 149 Bytes

Versions: 135

Compression:

Stored size: 149 Bytes

Contents

RSpec::Matchers.define :have_tag do |key|
  match do |type|
    type.has_tag?(key, @value)
  end

  chain :value do |val|
    @value = val
  end
end

Version data entries

135 entries across 135 versions & 2 rubygems

Version Path
awspec-0.65.2 lib/awspec/matcher/have_tag.rb
awspec-0.65.1 lib/awspec/matcher/have_tag.rb
awspec-0.65.0 lib/awspec/matcher/have_tag.rb
awspec-0.64.0 lib/awspec/matcher/have_tag.rb
awspec-0.63.1 lib/awspec/matcher/have_tag.rb
awspec-0.63.0 lib/awspec/matcher/have_tag.rb
awspec-0.62.1 lib/awspec/matcher/have_tag.rb
awspec-0.62.0 lib/awspec/matcher/have_tag.rb
awspec-0.61.1 lib/awspec/matcher/have_tag.rb
awspec-0.61.0 lib/awspec/matcher/have_tag.rb
awspec-0.60.1 lib/awspec/matcher/have_tag.rb
awspec-0.60.0 lib/awspec/matcher/have_tag.rb
awspec-0.59.0 lib/awspec/matcher/have_tag.rb
awspec-0.58.0 lib/awspec/matcher/have_tag.rb
awspec-0.57.1 lib/awspec/matcher/have_tag.rb
awspec-0.57.0 lib/awspec/matcher/have_tag.rb
awspec-0.56.1 lib/awspec/matcher/have_tag.rb
awspec-0.56.0 lib/awspec/matcher/have_tag.rb
awspec-0.55.0 lib/awspec/matcher/have_tag.rb
awspec-0.54.0 lib/awspec/matcher/have_tag.rb