Commit f556ce24 authored by blackst0ne's avatar blackst0ne

Resolve conflict in authentication.rb

parent 353585f0
......@@ -22,13 +22,10 @@ module SharedAuthentication
sign_in(@user)
end
<<<<<<< HEAD
step 'I sign in as "Pete Peters"' do
gitlab_sign_in(user_exists("Pete Peters"))
end
=======
>>>>>>> upstream/master
step 'I should be redirected to sign in page' do
expect(current_path).to eq new_user_session_path
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment