debian-mirror-gitlab/spec/factories/system_note_metadata.rb

7 lines
94 B
Ruby
Raw Normal View History

2018-03-17 18:26:18 +05:30
FactoryBot.define do
2017-08-17 22:00:37 +05:30
factory :system_note_metadata do
note
action 'merge'
end
end