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