57a5544f88
This was migrated to separate columns in 9.4, and now just needs to be removed for real.
7 lines
123 B
Ruby
7 lines
123 B
Ruby
FactoryGirl.define do
|
|
factory :notification_setting do
|
|
source factory: :empty_project
|
|
user
|
|
level 3
|
|
end
|
|
end
|