aboutsummaryrefslogtreecommitdiffstats
path: root/test/worker_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/worker_test.rb')
-rw-r--r--test/worker_test.rb3
1 files changed, 3 insertions, 0 deletions
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