delayed jobs: fix exception on index page.
This commit is contained in:
5
test/factories/delayed_job.rb
Normal file
5
test/factories/delayed_job.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
FactoryBot.define do
|
||||
factory :delayed_job, class: Delayed::Job do
|
||||
handler { "" }
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user