summaryrefslogtreecommitdiff
path: root/spec/services/issuable/process_assignees_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/services/issuable/process_assignees_spec.rb')
-rw-r--r--spec/services/issuable/process_assignees_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/services/issuable/process_assignees_spec.rb b/spec/services/issuable/process_assignees_spec.rb
index 9e909b68172..2c8d4c5e11d 100644
--- a/spec/services/issuable/process_assignees_spec.rb
+++ b/spec/services/issuable/process_assignees_spec.rb
@@ -2,7 +2,7 @@
require 'spec_helper'
-RSpec.describe Issuable::ProcessAssignees do
+RSpec.describe Issuable::ProcessAssignees, feature_category: :team_planning do
describe '#execute' do
it 'returns assignee_ids when add_assignee_ids and remove_assignee_ids are not specified' do
process = Issuable::ProcessAssignees.new(assignee_ids: %w(5 7 9),