class Shoulda::Matchers::ActiveModel::AllowValueMatcher::AttributeSetter

def attribute_is_an_enum?

def attribute_is_an_enum?
  enum_values.any?
end