From 31ce89b1ac772caea0c52b0284ec173b724a91c5 Mon Sep 17 00:00:00 2001 From: Robert Speicher Date: Fri, 16 Jun 2017 11:35:01 -0500 Subject: 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! --- spec/features/unsubscribe_links_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec') diff --git a/spec/features/unsubscribe_links_spec.rb b/spec/features/unsubscribe_links_spec.rb index 7a3f20032c9..352f8ba70ac 100644 --- a/spec/features/unsubscribe_links_spec.rb +++ b/spec/features/unsubscribe_links_spec.rb @@ -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 -- cgit v1.2.3