From e2874404e471fd80ace4883b50bea1618c774aa5 Mon Sep 17 00:00:00 2001 From: Brenda Wallace Date: Thu, 13 Sep 2018 23:15:01 +1200 Subject: [PATCH] Layout linter fix --- spec/factories/notifications.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/factories/notifications.rb b/spec/factories/notifications.rb index 5b734ed28..b0b3dce97 100644 --- a/spec/factories/notifications.rb +++ b/spec/factories/notifications.rb @@ -2,7 +2,6 @@ FactoryBot.define do factory :notification, aliases: [:message] do - sender { FactoryBot.create :member } recipient { FactoryBot.create :member } subject { "MyString" }