Commit ee13cad7 authored by Douwe Maan's avatar Douwe Maan

Actually sign in using warden so that it can also properly sign us out

parent 50b99150
......@@ -93,7 +93,7 @@ describe Oauth::GeoAuthController do
render_views
before do
allow(controller).to receive(:current_user) { user }
sign_in(user)
end
it 'logs out when correct access_token is informed' do
......
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