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: e913068da40fa8b87cc18a1b43dd3a1079a2eaf2 (plain)
1
2
3
4
5
6
FactoryBot.define do
  factory :system_note_metadata do
    note
    action 'merge'
  end
end