Add sidekiq as a job backend

This commit is contained in:
Alex Sherman 2021-03-03 16:37:33 +05:00
parent 313731232e
commit 929ada8fd0
22 changed files with 109 additions and 154 deletions

View file

@ -1,4 +1,7 @@
require 'application_system_test_case'
require 'sidekiq/testing'
Sidekiq::Testing.fake!
class AdminDomainsTestTest < ApplicationSystemTestCase
setup do