class RSpec::Expectations::Configuration

def warn_about_potential_false_positives?

avoid such scenarios so this defaults to `true`.
potentially cause false positives in tests, generally you want to
Indicates whether RSpec will warn about matcher use which will
def warn_about_potential_false_positives?
  on_potential_false_positives == :warn
end