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-01 00:07:14 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-11-01 00:07:14 +0300
commit24fb09b2eb3f4703b09eef3c9bbf842cd055626a (patch)
tree3c1f69360a0ce9b15c97fb25efa4424d4ef5f334 /spec/tasks/gitlab
parent1d21e1712158ee4e3cf8b71b45ead662529fc3f8 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/tasks/gitlab')
-rw-r--r--spec/tasks/gitlab/feature_categories_rake_spec.rb10
1 files changed, 0 insertions, 10 deletions
diff --git a/spec/tasks/gitlab/feature_categories_rake_spec.rb b/spec/tasks/gitlab/feature_categories_rake_spec.rb
index 84558ea7fb7..1dee72eee46 100644
--- a/spec/tasks/gitlab/feature_categories_rake_spec.rb
+++ b/spec/tasks/gitlab/feature_categories_rake_spec.rb
@@ -10,16 +10,6 @@ RSpec.describe 'gitlab:feature_categories:index', :silence_stdout, feature_categ
it 'outputs objects by stage group' do
# Sample items that _hopefully_ won't change very often.
expected = {
- 'controller_actions' => a_hash_including(
- 'integrations' => a_collection_including(
- klass: 'Oauth::JiraDvcs::AuthorizationsController',
- action: 'new',
- source_location: [
- 'app/controllers/oauth/jira_dvcs/authorizations_controller.rb',
- an_instance_of(Integer)
- ]
- )
- ),
'api_endpoints' => a_hash_including(
'system_access' => a_collection_including(
klass: 'API::AccessRequests',