Fix rubocop nits

This commit is contained in:
Andreas Nedbal 2023-10-15 07:20:32 +02:00 committed by Andreas Nedbal
parent bff579661f
commit 9053483952
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ describe TurboStreamable, type: :controller do
end
def invalid_record
::MuteRule.create!(muted_phrase: "", user: FactoryBot.create(:user))
MuteRule.create!(muted_phrase: "", user: FactoryBot.create(:user))
end
end