Remove unused factory

#697
This commit is contained in:
Artur Beljajev 2018-02-11 03:10:54 +02:00
parent a34ea256b4
commit 7fb7a4f657

View file

@ -1,5 +0,0 @@
FactoryBot.define do
factory :message do
body 'fabricator body'
end
end