class Shoulda::Matchers::ActiveModel::EnsureLengthOfMatcher

def is_at_least(length)

def is_at_least(length)
  @options[:minimum] = length
  @short_message ||= :too_short
  self
end