From f2d276fefdd620f18bb9fe3524ae9db6da70621d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Sun, 3 Jan 2010 23:39:09 +0100 Subject: Ensure no notification is on the queue before running notifications related tests. --- actionpack/test/controller/logging_test.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'actionpack/test/controller/logging_test.rb') diff --git a/actionpack/test/controller/logging_test.rb b/actionpack/test/controller/logging_test.rb index 6b9db88d83..594cf17312 100644 --- a/actionpack/test/controller/logging_test.rb +++ b/actionpack/test/controller/logging_test.rb @@ -19,6 +19,7 @@ class LoggingTest < ActionController::TestCase def setup super + wait # Wait pending notifications to be published set_logger end -- cgit v1.2.3