Welcome to mirror list, hosted at ThFree Co, Russian Federation.

system_note_metadata.rb « factories « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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