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.85.1 lib/awspec/matcher/have_tag.rb
awspec-0.85.0 lib/awspec/matcher/have_tag.rb
awspec-0.84.1 lib/awspec/matcher/have_tag.rb
awspec-0.84.0 lib/awspec/matcher/have_tag.rb
awspec-0.83.0 lib/awspec/matcher/have_tag.rb
awspec-0.82.3 lib/awspec/matcher/have_tag.rb
awspec-0.82.2 lib/awspec/matcher/have_tag.rb
awspec-0.82.1 lib/awspec/matcher/have_tag.rb
awspec-0.82.0 lib/awspec/matcher/have_tag.rb
awspec-0.81.1 lib/awspec/matcher/have_tag.rb
awspec-0.81.0 lib/awspec/matcher/have_tag.rb
awspec-0.80.1 lib/awspec/matcher/have_tag.rb
awspec-0.80.0 lib/awspec/matcher/have_tag.rb
awspec-0.79.2 lib/awspec/matcher/have_tag.rb
awspec-0.79.1 lib/awspec/matcher/have_tag.rb
awspec-0.79.0 lib/awspec/matcher/have_tag.rb
awspec-0.78.1 lib/awspec/matcher/have_tag.rb
awspec-0.77.1 lib/awspec/matcher/have_tag.rb
awspec-0.77.0 lib/awspec/matcher/have_tag.rb
awspec-0.76.1 lib/awspec/matcher/have_tag.rb