a0c33254e7
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
8 lines
106 B
Ruby
8 lines
106 B
Ruby
# frozen_string_literal: true
|
|
|
|
FactoryBot.define do
|
|
factory :team_member do
|
|
user
|
|
team
|
|
end
|
|
end
|