summaryrefslogtreecommitdiff
path: root/spec/controllers/import/manifest_controller_spec.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-05-01 12:17:48 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-05-01 12:17:48 +0000
commitcbce607eef01db76e6923ce684aa31af248c004d (patch)
tree172e75a56c6ec5d2c6bc61eb545d712d971b489b /spec/controllers/import/manifest_controller_spec.rb
parentd27481e8f3dd252b543f65cb56a98eeb00de855f (diff)
downloadgitlab-ce-cbce607eef01db76e6923ce684aa31af248c004d.tar.gz
Add latest changes from gitlab-org/security/gitlab@15-11-stable-ee
Diffstat (limited to 'spec/controllers/import/manifest_controller_spec.rb')
-rw-r--r--spec/controllers/import/manifest_controller_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/controllers/import/manifest_controller_spec.rb b/spec/controllers/import/manifest_controller_spec.rb
index 6f805b44e89..23d5d37ed88 100644
--- a/spec/controllers/import/manifest_controller_spec.rb
+++ b/spec/controllers/import/manifest_controller_spec.rb
@@ -2,7 +2,7 @@
require 'spec_helper'
-RSpec.describe Import::ManifestController, :clean_gitlab_redis_shared_state do
+RSpec.describe Import::ManifestController, :clean_gitlab_redis_shared_state, feature_category: :importers do
include ImportSpecHelper
let_it_be(:user) { create(:user) }
@@ -45,7 +45,7 @@ RSpec.describe Import::ManifestController, :clean_gitlab_redis_shared_state do
end
end
- context 'when the user cannot create projects in the group' do
+ context 'when the user cannot import projects in the group' do
it 'displays an error' do
sign_in(create(:user))