chore: rubocop fixes

This commit is contained in:
Sojan Jose
2025-08-13 21:25:52 +02:00
parent 3ecd14e3ec
commit 4e9bdebe16
+1 -1
View File
@@ -1,6 +1,6 @@
require 'rails_helper'
RSpec.describe ReportingEventHelper, type: :helper do
RSpec.describe ReportingEventHelper do
describe '#last_non_human_activity' do
let(:account) { create(:account) }
let(:inbox) { create(:inbox, account: account) }