models: require belong_to associations on trusted_device_token

This commit is contained in:
Pierre de La Morinerie 2020-07-20 17:05:04 +02:00
parent d807700c7b
commit 71d9774d58
3 changed files with 8 additions and 3 deletions

View file

@ -0,0 +1,5 @@
FactoryBot.define do
factory :trusted_device_token do
association :instructeur
end
end