summaryrefslogtreecommitdiff
path: root/spec/factories/group/crm_settings.rb
blob: 06a31fd69c00669525fb09becc5d519d98509556 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

FactoryBot.define do
  factory :crm_settings, class: 'Group::CrmSettings' do
    group
  end
end