class Shoulda::Matchers::ActiveModel::ValidateExclusionOfMatcher

def allows_maximum_value

def allows_maximum_value
  allows_value_of(@maximum, @expected_message)
end