1 2 3 4 5 6 7 8
FactoryGirl.define do factory :notification_setting do source factory: :empty_project user level 3 events [] end end