summaryrefslogtreecommitdiff
path: root/spec/factories/group/crm_settings.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/factories/group/crm_settings.rb')
-rw-r--r--spec/factories/group/crm_settings.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/spec/factories/group/crm_settings.rb b/spec/factories/group/crm_settings.rb
new file mode 100644
index 00000000000..06a31fd69c0
--- /dev/null
+++ b/spec/factories/group/crm_settings.rb
@@ -0,0 +1,7 @@
+# frozen_string_literal: true
+
+FactoryBot.define do
+ factory :crm_settings, class: 'Group::CrmSettings' do
+ group
+ end
+end