gitlab-org--gitlab-foss/spec/factories/notification_settings.rb

9 lines
137 B
Ruby

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