akkounts/spec/factories/invitations.rb

7 lines
94 B
Ruby

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