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:
authorBrett Walker <brett@digitalmoksha.com>2017-09-18 20:00:38 +0300
committerBrett Walker <brett@digitalmoksha.com>2017-09-23 16:26:04 +0300
commited99c899a28134e8d9a1a8a8c4677a6ee65bbd2b (patch)
tree516de9ab6f14b7053a0a1b5d56a609efddb8ef28 /spec/features/profiles
parent442dbf6d4b1b50f9eccaeb5a62506c55daa0fc36 (diff)
allow a verified secondary email to be use as the primary without
a reconfirmation
Diffstat (limited to 'spec/features/profiles')
-rw-r--r--spec/features/profiles/emails_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/profiles/emails_spec.rb b/spec/features/profiles/emails_spec.rb
index 3085e1ee7bc..11cc8aae6f3 100644
--- a/spec/features/profiles/emails_spec.rb
+++ b/spec/features/profiles/emails_spec.rb
@@ -4,7 +4,7 @@ feature 'Profile > Emails' do
let(:user) { create(:user) }
before do
- login_as(user)
+ sign_in(user)
end
describe 'User adds an email' do