first steps towards testing the redirect with regards to user_feedbacks

This commit is contained in:
Ralf Teusner
2017-11-01 11:57:56 +01:00
parent 1551498358
commit ac14e2d0ca
3 changed files with 51 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
FactoryGirl.define do
factory :user_exercise_feedback, class: UserExerciseFeedback do
created_by_external_user
feedback_text 'Most suitable exercise ever'
end
end