Apply automatic rubocop fixes
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
FactoryBot.define do
|
||||
factory :proxy_exercise, class: 'ProxyExercise' do
|
||||
created_by_teacher
|
||||
token { 'dummytoken' }
|
||||
title { 'Dummy' }
|
||||
end
|
||||
|
||||
end
|
||||
|
Reference in New Issue
Block a user