added proxy exercise dispatching to LTI module. Submissions now set user before the exercise token gets validated. this we need to set the exercise behind the proxy exercise
This commit is contained in:
7
spec/factories/proxy_exercise.rb
Normal file
7
spec/factories/proxy_exercise.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
FactoryGirl.define do
|
||||
factory :proxy_exercise, class: ProxyExercise do
|
||||
token 'dummytoken'
|
||||
title 'Dummy'
|
||||
end
|
||||
|
||||
end
|
Reference in New Issue
Block a user