Merge pull request #242 from openHPI/fix_proxy_exercise

Add user (ID and type) to proxy exercise
This commit is contained in:
rteusner
2018-12-13 16:23:51 +01:00
committed by GitHub
8 changed files with 39 additions and 4 deletions

View File

@@ -1,5 +1,6 @@
FactoryBot.define do
factory :proxy_exercise, class: ProxyExercise do
created_by_teacher
token { 'dummytoken' }
title { 'Dummy' }
end