summaryrefslogtreecommitdiff
path: root/spec/factories/notification_settings.rb
blob: 5116ef33f5d9a0e51ca5ebbdae777b67c9f1712e (plain)
1
2
3
4
5
6
7
FactoryBot.define do
  factory :notification_setting do
    source factory: :project
    user
    level 3
  end
end