diff --git a/spec/controllers/concerns/turbo_streamable_spec.rb b/spec/controllers/concerns/turbo_streamable_spec.rb index 491c159a..19e0079c 100644 --- a/spec/controllers/concerns/turbo_streamable_spec.rb +++ b/spec/controllers/concerns/turbo_streamable_spec.rb @@ -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