mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-05-18 21:56:55 -04:00
Fixed last static factorybot attribtue
This commit is contained in:
@@ -5,7 +5,7 @@ FactoryBot.define do
|
||||
|
||||
sender { FactoryBot.create :member }
|
||||
recipient { FactoryBot.create :member }
|
||||
subject "MyString"
|
||||
subject { "MyString" }
|
||||
body { "MyText" }
|
||||
read { false }
|
||||
post
|
||||
|
||||
Reference in New Issue
Block a user