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

8 lines
116 B
Ruby

FactoryBot.define do
factory :notification_setting do
source factory: :project
user
level 3
end
end