class RSpec::Matchers::BuiltIn::BeComparedTo

def failure_message_for_should_not

def failure_message_for_should_not
  message = <<-MESSAGE
ive_expectation_expression}` not only FAILED,
bit confusing.
  MESSAGE
  raise message << ([:===,:==].include?(@operator) ?
                    "It might be more clearly expressed without the \"be\"?" :
                    "It might be more clearly expressed in the positive?")
end