module RSpec::Support

def self.warning_notifier

Other tags:
    Api: - private
def self.warning_notifier
  @warning_notifier ||= DEFAULT_WARNING_NOTIFIER
end