class Shoulda::Matchers::ActiveModel::ValidateExclusionOfMatcher

def allows_any_values_in_array?

def allows_any_values_in_array?
  @array.any? do |value|
    allows_value_of(value, @expected_message)
  end
end