module ActiveSupport::LogSubscriber::TestHelper

def wait

Wait notifications to be published.
def wait
  @notifier.wait
end