class Shoulda::Matchers::ActiveModel::EnsureLengthOfMatcher

def allows_length_of?(length, message)

def allows_length_of?(length, message)
  allows_value_of(string_of_length(length), message)
end