about summary refs log tree commit diff
path: root/spec/fabricators/encrypted_message_fabricator.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fabricators/encrypted_message_fabricator.rb')
-rw-r--r--spec/fabricators/encrypted_message_fabricator.rb10
1 files changed, 0 insertions, 10 deletions
diff --git a/spec/fabricators/encrypted_message_fabricator.rb b/spec/fabricators/encrypted_message_fabricator.rb
deleted file mode 100644
index 289882754..000000000
--- a/spec/fabricators/encrypted_message_fabricator.rb
+++ /dev/null
@@ -1,10 +0,0 @@
-# frozen_string_literal: true
-
-Fabricator(:encrypted_message) do
-  device
-  from_account
-  from_device_id   { Faker::Number.number(digits: 5) }
-  type             0
-  body             ''
-  message_franking ''
-end