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