summaryrefslogtreecommitdiff
path: root/spec/factories/notification_settings.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/factories/notification_settings.rb')
-rw-r--r--spec/factories/notification_settings.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/spec/factories/notification_settings.rb b/spec/factories/notification_settings.rb
index b5e96d18b8f..e9171528d86 100644
--- a/spec/factories/notification_settings.rb
+++ b/spec/factories/notification_settings.rb
@@ -1,8 +1,7 @@
FactoryGirl.define do
factory :notification_setting do
- source factory: :empty_project
+ source factory: :project
user
level 3
- events []
end
end