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:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-11-07 09:13:03 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-11-07 09:13:03 +0300
commit4be549b5ebd354c69fcd2a09e2a2f642490612cf (patch)
tree7ae56090bf99eb5ff0039bfbb711bfae835f7e43 /spec/helpers
parent2ce8e7fcf32b18db57a5547fda35044e55cdc1eb (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/helpers')
-rw-r--r--spec/helpers/sorting_helper_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/helpers/sorting_helper_spec.rb b/spec/helpers/sorting_helper_spec.rb
index 0f53cc98415..dccea889d55 100644
--- a/spec/helpers/sorting_helper_spec.rb
+++ b/spec/helpers/sorting_helper_spec.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true
require 'spec_helper'
-RSpec.describe SortingHelper do
+RSpec.describe SortingHelper, feature_category: :shared do
include ApplicationHelper
include IconsHelper
include ExploreHelper