Skip to content

Commit

Permalink
Adjust delayed_job_spec to check for ThreadedWorker
Browse files Browse the repository at this point in the history
  • Loading branch information
johha committed Aug 20, 2024
1 parent 635c570 commit e5b8ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/unit/lib/delayed_job/delayed_job_spec.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
RSpec.describe 'delayed_job' do
describe 'version' do
it 'is not updated' do
expect(Gem.loaded_specs['delayed_job'].version).to eq('4.1.11'), 'revisit monkey patch in lib/delayed_job/quit_trap.rb'
expect(Gem.loaded_specs['delayed_job'].version).to eq('4.1.11'), 'revisit monkey patch in lib/delayed_job/quit_trap.rb + review the changes related to lib/delayed_job/threaded_worker.rb'
end
end
end

0 comments on commit e5b8ea8

Please sign in to comment.