summaryrefslogtreecommitdiff
path: root/spec/factories/notification_settings.rb
blob: 025120fefc1167bbd324d1bdaa203e4cad5cfe07 (plain)
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true

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