demarches-normaliennes/spec/factories/trusted_device_token.rb
2024-08-22 09:26:48 +02:00

7 lines
126 B
Ruby

# frozen_string_literal: true
FactoryBot.define do
factory :trusted_device_token do
association :instructeur
end
end