instance method
wait
Ruby on Rails 5.2.8.1
Since v3.0.20Signature
wait()
Wait notifications to be published.
Source
# File activesupport/lib/active_support/log_subscriber/test_helper.rb, line 92
def wait
@notifier.wait
end
Defined in activesupport/lib/active_support/log_subscriber/test_helper.rb line 92
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::LogSubscriber::TestHelper