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