module RSpec::Support

def self.notify_failure(failure, options={})

Other tags:
    Api: - private
def self.notify_failure(failure, options={})
  failure_notifier.call(failure, options)
end