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