Sha256: 5e9d00edef6c200f8a0f1c20aff1c9cd48b5966d3327b74ab451647789132fc4
Contents?: true
Size: 168 Bytes
Versions: 32
Compression:
Stored size: 168 Bytes
Contents
RSpec::Matchers.define :validate_inclusion_of do |field, list| match do |actual| list.each do |i| actual.should allow_value(i).for(field) end end end
Version data entries
32 entries across 32 versions & 1 rubygems