module RSpec::Support

def self.failure_notifier

Other tags:
    Api: - private
def self.failure_notifier
  thread_local_data[:failure_notifier] || DEFAULT_FAILURE_NOTIFIER
end