mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-31 12:19:08 +01:00
Fix rubocop nits
This commit is contained in:
parent
bff579661f
commit
9053483952
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue