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

8 lines
123 B
Ruby

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