mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-05-19 06:15:44 -04:00
Layout linter fix
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
|
||||
FactoryBot.define do
|
||||
factory :notification, aliases: [:message] do
|
||||
|
||||
sender { FactoryBot.create :member }
|
||||
recipient { FactoryBot.create :member }
|
||||
subject { "MyString" }
|
||||
|
||||
Reference in New Issue
Block a user