Fix rubocop nits
This commit is contained in:
parent
bff579661f
commit
9053483952
|
@ -27,7 +27,7 @@ describe TurboStreamable, type: :controller do
|
||||||
end
|
end
|
||||||
|
|
||||||
def invalid_record
|
def invalid_record
|
||||||
::MuteRule.create!(muted_phrase: "", user: FactoryBot.create(:user))
|
MuteRule.create!(muted_phrase: "", user: FactoryBot.create(:user))
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue