gitlab-org--gitlab-foss/spec/factories/system_note_metadata.rb

7 lines
95 B
Ruby
Raw Normal View History

2017-03-15 13:18:44 +00:00
FactoryGirl.define do
factory :system_note_metadata do
note
action 'merge'
2017-03-15 13:18:44 +00:00
end
end