gitlab-org--gitlab-foss/spec/factories/notification_settings.rb
2017-08-02 17:47:31 -04:00

7 lines
117 B
Ruby

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