Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'spec/workers/user_status_cleanup/batch_worker_spec.rb')
-rw-r--r--spec/workers/user_status_cleanup/batch_worker_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/workers/user_status_cleanup/batch_worker_spec.rb b/spec/workers/user_status_cleanup/batch_worker_spec.rb
index e2ad12672de..7a3f376f416 100644
--- a/spec/workers/user_status_cleanup/batch_worker_spec.rb
+++ b/spec/workers/user_status_cleanup/batch_worker_spec.rb
@@ -3,7 +3,7 @@
require 'spec_helper'
RSpec.describe UserStatusCleanup::BatchWorker, feature_category: :user_profile do
- include_examples 'an idempotent worker' do
+ it_behaves_like 'an idempotent worker' do
subject do
perform_multiple([], worker: described_class.new)
end