gitlab-org--gitlab-foss/spec/factories/notification_settings.rb
Sean McGivern 57a5544f88 Remove events column from notification settings
This was migrated to separate columns in 9.4, and now just needs to be removed
for real.
2017-07-31 11:18:55 +01:00

7 lines
123 B
Ruby

FactoryGirl.define do
factory :notification_setting do
source factory: :empty_project
user
level 3
end
end