Fix failure in spec/features/unsubscribe_links_spec.rb

Not sure why this fails with the full login flow, but it's not necessary
and would've been changed eventually anyway, so whatever!
This commit is contained in:
Robert Speicher 2017-06-16 11:35:01 -05:00
parent 6d1bb2d5a7
commit 31ce89b1ac
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ describe 'Unsubscribe links', feature: true do
context 'when logged in' do
before do
gitlab_sign_in(recipient)
sign_in(recipient)
end
it 'unsubscribes from the issue when visiting the link from the email body' do