Apply automatic rubocop fixes
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
FactoryBot.define do
|
||||
factory :user_exercise_feedback, class: 'UserExerciseFeedback' do
|
||||
created_by_external_user
|
||||
feedback_text { 'Most suitable exercise ever' }
|
||||
association :exercise, factory: :math
|
||||
end
|
||||
|
||||
end
|
||||
|
Reference in New Issue
Block a user