summaryrefslogtreecommitdiff
path: root/spec/workers/onboarding/pipeline_created_worker_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/workers/onboarding/pipeline_created_worker_spec.rb')
-rw-r--r--spec/workers/onboarding/pipeline_created_worker_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/workers/onboarding/pipeline_created_worker_spec.rb b/spec/workers/onboarding/pipeline_created_worker_spec.rb
index 75bdea28eef..e6dc0f9b689 100644
--- a/spec/workers/onboarding/pipeline_created_worker_spec.rb
+++ b/spec/workers/onboarding/pipeline_created_worker_spec.rb
@@ -2,7 +2,7 @@
require 'spec_helper'
-RSpec.describe Onboarding::PipelineCreatedWorker, '#perform' do
+RSpec.describe Onboarding::PipelineCreatedWorker, '#perform', feature_category: :onboarding do
let_it_be(:ci_pipeline) { create(:ci_pipeline) }
it_behaves_like 'records an onboarding progress action', :pipeline_created do