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.52.4 lib/awspec/matcher/have_tag.rb
awspec-0.52.3 lib/awspec/matcher/have_tag.rb
awspec-0.52.2 lib/awspec/matcher/have_tag.rb
awspec-0.52.1 lib/awspec/matcher/have_tag.rb
awspec-0.52.0 lib/awspec/matcher/have_tag.rb
awspec-0.51.0 lib/awspec/matcher/have_tag.rb
awspec-0.50.0 lib/awspec/matcher/have_tag.rb
awspec-0.49.0 lib/awspec/matcher/have_tag.rb
awspec-0.48.0 lib/awspec/matcher/have_tag.rb
awspec-0.47.0 lib/awspec/matcher/have_tag.rb
awspec-0.46.0 lib/awspec/matcher/have_tag.rb
awspec-0.45.0 lib/awspec/matcher/have_tag.rb
awspec-0.44.0 lib/awspec/matcher/have_tag.rb
awspec-0.43.0 lib/awspec/matcher/have_tag.rb
awspec-0.42.0 lib/awspec/matcher/have_tag.rb
awspec-0.41.0 lib/awspec/matcher/have_tag.rb
awspec-0.40.0 lib/awspec/matcher/have_tag.rb
awspec-0.39.0 lib/awspec/matcher/have_tag.rb
awspec-0.38.0 lib/awspec/matcher/have_tag.rb
awspec-0.37.8 lib/awspec/matcher/have_tag.rb