summaryrefslogtreecommitdiff
path: root/spec/factories/system_note_metadata.rb
blob: 56941edba1feecd631cf276d5f1df1d8c701b8a3 (plain)
1
2
3
4
5
6
7
8
# frozen_string_literal: true

FactoryBot.define do
  factory :system_note_metadata do
    note
    action { 'merge' }
  end
end