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-12-11 15:13:09 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-12-11 15:13:09 +0300
commitee2024d964d1742a8ec01da89e0b34351c9303ab (patch)
tree7c8108788f3db88c579974951bb2cb1b792e871e /spec/controllers
parent5f6fe673fa797f46ee747df4553a9c216224bb85 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/controllers')
-rw-r--r--spec/controllers/projects_controller_spec.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/spec/controllers/projects_controller_spec.rb b/spec/controllers/projects_controller_spec.rb
index 7cd0188fe7b..4959c97d649 100644
--- a/spec/controllers/projects_controller_spec.rb
+++ b/spec/controllers/projects_controller_spec.rb
@@ -904,14 +904,6 @@ RSpec.describe ProjectsController, feature_category: :groups_and_projects do
end
end
- context 'when feature renaming_project_with_tags is disabled' do
- before do
- stub_feature_flags(renaming_project_with_tags: false)
- end
-
- it_behaves_like 'not allowing the rename of the project'
- end
-
context 'when Gitlab API is not supported' do
before do
allow(ContainerRegistry::GitlabApiClient).to receive(:supports_gitlab_api?).and_return(false)