Chatwoot/spec/factories/team_members.rb
Sojan Jose a0c33254e7
feat: Team APIs (#1654)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
2021-01-17 23:56:56 +05:30

8 lines
106 B
Ruby

# frozen_string_literal: true
FactoryBot.define do
factory :team_member do
user
team
end
end