Remove rspec-retry

This commit is contained in:
KMY 2024-04-22 13:07:42 +09:00
parent 44f4a93430
commit d0890cc8a7
4 changed files with 1 additions and 12 deletions

View file

@ -16,7 +16,7 @@ describe PollExpirationNotifyWorker do
end
context 'when poll is not expired' do
it 'requeues job', retry: 10 do
it 'requeues job' do
worker.perform(poll.id)
expect(described_class.sidekiq_options_hash['lock']).to be :until_executing
expect(described_class).to have_enqueued_sidekiq_job(poll.id).at(poll.expires_at + 5.minutes)