Files
akkounts/spec/factories/invitations.rb
T
2020-12-03 14:48:43 +01:00

7 lines
94 B
Ruby

FactoryBot.define do
factory :invitation do
token { "abcdef123456" }
user
end
end