提交 7f812a82 编写于 作者: G GitLab Bot

Add latest changes from gitlab-org/security/gitlab@12-9-stable-ee

上级 3c7132c1
......@@ -881,7 +881,7 @@ describe User, :do_not_mock_admin_mode do
end
context 'when the first email was unconfirmed and the second email gets confirmed' do
let_it_be(:user) { create(:user, :unconfirmed, email: 'should-be-unconfirmed@test.com') }
let(:user) { create(:user, :unconfirmed, email: 'should-be-unconfirmed@test.com') }
before do
user.update!(email: 'should-be-confirmed@test.com')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册