Method: ActiveSupport::LogSubscriber::TestHelper#wait

Defined in:
activesupport/lib/active_support/log_subscriber/test_helper.rb

#waitObject

Wait notifications to be published.



92
93
94
# File 'activesupport/lib/active_support/log_subscriber/test_helper.rb', line 92

def wait
  @notifier.wait
end