Remove PairProgramming23Study and instead use LTI parameter
This commit is contained in:

committed by
Sebastian Serth

parent
5bbc94f1d1
commit
b91a2b7ce0
@ -194,6 +194,7 @@ RSpec.describe SessionsController do
|
||||
expect(controller.session).to receive(:delete).with(:study_group_id)
|
||||
expect(controller.session).to receive(:delete).with(:embed_options)
|
||||
expect(controller.session).to receive(:delete).with(:pg_id)
|
||||
expect(controller.session).to receive(:delete).with(:pair_programming)
|
||||
delete :destroy
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user