mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 00:06:04 +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
|
||||
|
||||
def invalid_record
|
||||
::MuteRule.create!(muted_phrase: "", user: FactoryBot.create(:user))
|
||||
MuteRule.create!(muted_phrase: "", user: FactoryBot.create(:user))
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue