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

8 lines
117 B
Ruby
Raw Normal View History

2016-08-24 12:49:21 +05:30
FactoryGirl.define do
factory :notification_setting do
2017-09-10 17:25:29 +05:30
source factory: :project
2016-08-24 12:49:21 +05:30
user
level 3
end
end