aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/test/controller')
-rw-r--r--actionpack/test/controller/subscriber_test.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/actionpack/test/controller/subscriber_test.rb b/actionpack/test/controller/subscriber_test.rb
index 485143d7b0..374dd63a7d 100644
--- a/actionpack/test/controller/subscriber_test.rb
+++ b/actionpack/test/controller/subscriber_test.rb
@@ -41,11 +41,6 @@ module ActionControllerSubscriberTest
base.tests Another::SubscribersController
end
- def wait
- sleep(0.01)
- super
- end
-
def setup
@old_logger = ActionController::Base.logger