summaryrefslogtreecommitdiff
path: root/spec/models/user_spec.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-12-06 15:09:20 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-12-06 15:09:20 +0000
commit552877c4d1c535f529be13862692a8fe826a72a2 (patch)
tree8c527100d5f2e2681216ac72926ff21a34f63a84 /spec/models/user_spec.rb
parenteaf41d710dd1ee39125f9dce75812f0b6247adba (diff)
downloadgitlab-ce-552877c4d1c535f529be13862692a8fe826a72a2.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/models/user_spec.rb')
-rw-r--r--spec/models/user_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/models/user_spec.rb b/spec/models/user_spec.rb
index fd5941b456d..6031be58f0f 100644
--- a/spec/models/user_spec.rb
+++ b/spec/models/user_spec.rb
@@ -7070,6 +7070,7 @@ RSpec.describe User do
subject { described_class.admin_bot }
it { is_expected.to be_admin }
+ it { is_expected.to be_confirmed }
end
end