debian-mirror-gitlab/spec/factories/system_note_metadata.rb
2017-08-17 22:00:37 +05:30

7 lines
95 B
Ruby

FactoryGirl.define do
factory :system_note_metadata do
note
action 'merge'
end
end