Sha256: 4a63655e661cf7d7d81b1205825b603929d1a8f3899f17348401caeccde7ce0f
Contents?: true
Size: 261 Bytes
Versions: 72
Compression:
Stored size: 261 Bytes
Contents
RSpec::Matchers.define :belong_to_nlb do |nlb_arn| match do |type| return true if type.load_balancer_arns.include?(nlb_arn) ret = type.find_nlb(nlb_arn) return false unless ret type.load_balancer_arns.include?(ret.load_balancer_arn) end end
Version data entries
72 entries across 72 versions & 3 rubygems