2016-02-16 22:55:24 -05:00
|
|
|
FactoryGirl.define do
|
|
|
|
factory :sent_notification do
|
2017-01-24 20:30:56 -05:00
|
|
|
project factory: :empty_project
|
2016-02-16 22:55:24 -05:00
|
|
|
recipient factory: :user
|
|
|
|
noteable factory: :issue
|
|
|
|
reply_key "0123456789abcdef" * 2
|
|
|
|
end
|
|
|
|
end
|