summaryrefslogtreecommitdiff
path: root/spec/factories/notification_settings.rb
diff options
context:
space:
mode:
authorSean McGivern <sean@gitlab.com>2017-07-28 10:44:33 +0100
committerSean McGivern <sean@gitlab.com>2017-07-31 11:18:55 +0100
commit57a5544f883ad9687c38270519edc7914912af5d (patch)
treecf7713439a19e40d2c0b69fff197d3db0a74c8ed /spec/factories/notification_settings.rb
parent4c89929fb4211aa1cf5f311a0cec89988de45184 (diff)
downloadgitlab-ce-57a5544f883ad9687c38270519edc7914912af5d.tar.gz
Remove events column from notification settings33620-remove-events-from-notification_settings
This was migrated to separate columns in 9.4, and now just needs to be removed for real.
Diffstat (limited to 'spec/factories/notification_settings.rb')
-rw-r--r--spec/factories/notification_settings.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/factories/notification_settings.rb b/spec/factories/notification_settings.rb
index b5e96d18b8f..ee41997e41a 100644
--- a/spec/factories/notification_settings.rb
+++ b/spec/factories/notification_settings.rb
@@ -3,6 +3,5 @@ FactoryGirl.define do
source factory: :empty_project
user
level 3
- events []
end
end