class Shoulda::Matchers::ActiveModel::ValidateExclusionOfMatcher

def disallows_all_values_in_array?

def disallows_all_values_in_array?
  @array.all? do |value|
    disallows_value_of(value, @expected_message)
  end
end