Fix poll expiration notify worker spec sometimes return error

This commit is contained in:
KMY 2023-08-09 10:25:44 +09:00
parent 3be796adf8
commit 88339b3657
4 changed files with 12 additions and 1 deletions

View file

@ -142,6 +142,8 @@ group :test do
# Stub web requests for specs
gem 'webmock', '~> 3.18'
gem 'rspec-retry', '>= 0.6.2'
end
group :development do