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

9 lines
137 B
Ruby
Raw Normal View History

2016-08-24 12:49:21 +05:30
FactoryGirl.define do
factory :notification_setting do
source factory: :empty_project
user
level 3
events []
end
end