chatwoot-develop/spec/factories/account_users.rb

10 lines
131 B
Ruby
Executable File

# frozen_string_literal: true
FactoryBot.define do
factory :account_user do
account
user
role { 'agent' }
end
end