class Shoulda::Matchers::ActiveModel::EnsureInclusionOfMatcher

def allows_all_values_in_array?

def allows_all_values_in_array?
  @array.all? do |value|
    allows_value_of(value, @low_message)
  end
end