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

7 lines
95 B
Ruby
Raw Normal View History

2017-08-17 22:00:37 +05:30
FactoryGirl.define do
factory :system_note_metadata do
note
action 'merge'
end
end