class Shoulda::Matchers::ActiveModel::ValidateComparisonOfMatcher

def allow_nil

def allow_nil
  @expects_to_allow_nil = true
  prepare_submatcher(allow_value_matcher(nil))
  self
end