class Shoulda::Matchers::ActiveModel::NumericalityMatchers::OnlyIntegerMatcher

def simple_description

def simple_description
  description = ''
  if expects_strict?
    description << ' strictly'
  end
  description + "disallow :#{attribute} from being a decimal number"
end