debian-mirror-gitlab/spec/factories/notification_settings.rb
2016-08-24 12:49:21 +05:30

9 lines
137 B
Ruby

FactoryGirl.define do
factory :notification_setting do
source factory: :empty_project
user
level 3
events []
end
end