Use rspec-sidekiq gem for better expectations
- Add Cop to enforce have_enqueued_sidekiq_job - Exclude existing ocurrences of receive(:perform_async) - Update docs
Showing
This diff is collapsed.
... | ... | @@ -432,6 +432,7 @@ group :test do |
gem 'concurrent-ruby', '~> 1.1' | ||
gem 'test-prof', '~> 0.12.0' | ||
gem 'rspec_junit_formatter' | ||
gem 'rspec-sidekiq' | ||
gem 'guard-rspec' | ||
# Moved in `test` because https://gitlab.com/gitlab-org/gitlab/-/issues/217527 | ||
... | ... |
Please register or sign in to comment