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.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/factories/notification_settings.rb b/spec/factories/notification_settings.rb
index ee41997e41a..e9171528d86 100644
--- a/spec/factories/notification_settings.rb
+++ b/spec/factories/notification_settings.rb
@@ -1,6 +1,6 @@
FactoryGirl.define do
factory :notification_setting do
- source factory: :empty_project
+ source factory: :project
user
level 3
end