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/migrations/add_upvotes_count_index_to_issues_spec.rb')
-rw-r--r--spec/migrations/add_upvotes_count_index_to_issues_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/migrations/add_upvotes_count_index_to_issues_spec.rb b/spec/migrations/add_upvotes_count_index_to_issues_spec.rb
index c04cb98a107..0012b8a0b96 100644
--- a/spec/migrations/add_upvotes_count_index_to_issues_spec.rb
+++ b/spec/migrations/add_upvotes_count_index_to_issues_spec.rb
@@ -3,7 +3,7 @@
require 'spec_helper'
require_migration!
-RSpec.describe AddUpvotesCountIndexToIssues do
+RSpec.describe AddUpvotesCountIndexToIssues, feature_category: :team_planning do
let(:migration_instance) { described_class.new }
describe '#up' do