Layout linter fix

This commit is contained in:
Brenda Wallace
2018-09-13 23:15:01 +12:00
parent 7c7d261e7e
commit e2874404e4

View File

@@ -2,7 +2,6 @@
FactoryBot.define do
factory :notification, aliases: [:message] do
sender { FactoryBot.create :member }
recipient { FactoryBot.create :member }
subject { "MyString" }