about summary refs log tree commit diff
path: root/spec/fabricators/notification_fabricator.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fabricators/notification_fabricator.rb')
-rw-r--r--spec/fabricators/notification_fabricator.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/fabricators/notification_fabricator.rb b/spec/fabricators/notification_fabricator.rb
index 08e984904..b92af0683 100644
--- a/spec/fabricators/notification_fabricator.rb
+++ b/spec/fabricators/notification_fabricator.rb
@@ -1,4 +1,4 @@
 Fabricator(:notification) do
   activity_id   1
-  activity_type "MyString"
+  activity_type 'Favourite'
 end