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-08 15:12:37 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-11-08 15:12:37 +0300
commit5f89187f0433fc84d8387de25220185235d61ed1 (patch)
tree4907c29350e094eea257a20f67b3427fdcdfaa2f /spec/factories
parenta130bdc4dd6f78e1605b79b77929c9315b322be3 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/factories')
-rw-r--r--spec/factories/users.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/spec/factories/users.rb b/spec/factories/users.rb
index de2b5159fe7..8b42631040e 100644
--- a/spec/factories/users.rb
+++ b/spec/factories/users.rb
@@ -135,10 +135,6 @@ FactoryBot.define do
end
end
- trait :no_super_sidebar do
- use_new_navigation { false }
- end
-
trait :two_factor_via_webauthn do
transient { registrations_count { 5 } }