From ee16ca8990e80da731e6566b34640e65f6b337e6 Mon Sep 17 00:00:00 2001 From: Pratik Naik Date: Thu, 15 Oct 2015 21:11:49 -0500 Subject: Run connection tests in EM loop --- test/worker_test.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/worker_test.rb') diff --git a/test/worker_test.rb b/test/worker_test.rb index e1fa6f561b..69c4b6529d 100644 --- a/test/worker_test.rb +++ b/test/worker_test.rb @@ -11,6 +11,9 @@ class WorkerTest < ActiveSupport::TestCase def process(message) @last_action = [ :process, message ] end + + def connection + end end setup do -- cgit v1.2.3