preparations to replace session with lti_parameters object

This commit is contained in:
Tom Staubitz
2016-12-27 00:13:41 +01:00
parent 2b55e0081c
commit f4c01879bf
12 changed files with 23 additions and 27 deletions

View File

@ -4,6 +4,7 @@ describe ApplicationController do
describe '#current_user' do
context 'with an external user' do
let(:external_user) { FactoryGirl.create(:external_user) }
#Todo replace session with lti_parameter
before(:each) { session[:external_user_id] = external_user.id }
it 'returns the external user' do