Fixed last static factorybot attribtue

This commit is contained in:
Brenda Wallace
2018-09-13 23:13:03 +12:00
parent 3ad048b7e8
commit 7c7d261e7e

View File

@@ -5,7 +5,7 @@ FactoryBot.define do
sender { FactoryBot.create :member }
recipient { FactoryBot.create :member }
subject "MyString"
subject { "MyString" }
body { "MyText" }
read { false }
post