demarches-normaliennes/spec/factories/trusted_device_token.rb

6 lines
95 B
Ruby
Raw Normal View History

FactoryBot.define do
factory :trusted_device_token do
association :instructeur
end
end