mirror of
https://github.com/internetee/registry.git
synced 2025-07-21 18:26:06 +02:00
Move jobs from Que to ActiveJob
This commit is contained in:
parent
1d3be40e14
commit
313731232e
53 changed files with 390 additions and 157 deletions
|
@ -27,6 +27,8 @@ require 'rake'
|
|||
Rake::Task.clear
|
||||
Rails.application.load_tasks
|
||||
|
||||
ActiveJob::Base.queue_adapter = :test
|
||||
|
||||
class CompanyRegisterClientStub
|
||||
Company = Struct.new(:registration_number, :company_name)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue