class RSpec::Expectations::Configuration

def false_positives_handler

Other tags:
    Private: -
def false_positives_handler
  FALSE_POSITIVE_BEHAVIOURS.fetch(@on_potential_false_positives)
end