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-1.12.6 lib/awspec/matcher/have_tag.rb
awspec-1.12.5 lib/awspec/matcher/have_tag.rb
awspec-1.12.4 lib/awspec/matcher/have_tag.rb
awspec-1.12.3 lib/awspec/matcher/have_tag.rb
awspec-1.12.2 lib/awspec/matcher/have_tag.rb
awspec-1.12.1 lib/awspec/matcher/have_tag.rb
awspec-1.12.0 lib/awspec/matcher/have_tag.rb
awspec-1.11.1 lib/awspec/matcher/have_tag.rb
awspec-1.11.0 lib/awspec/matcher/have_tag.rb
awspec-1.10.0 lib/awspec/matcher/have_tag.rb
awspec-1.9.0 lib/awspec/matcher/have_tag.rb
awspec-1.8.0 lib/awspec/matcher/have_tag.rb
awspec-1.7.0 lib/awspec/matcher/have_tag.rb
awspec-1.6.1 lib/awspec/matcher/have_tag.rb
awspec-1.6.0 lib/awspec/matcher/have_tag.rb
awspec-1.5.4 lib/awspec/matcher/have_tag.rb
awspec-1.5.3 lib/awspec/matcher/have_tag.rb
awspec-1.5.2 lib/awspec/matcher/have_tag.rb
awspec-1.5.1 lib/awspec/matcher/have_tag.rb
awspec-1.5.0 lib/awspec/matcher/have_tag.rb