chore: Enable the new Rubocop rules (#7122)
fixes: https://linear.app/chatwoot/issue/CW-1574/renable-the-disabled-rubocop-rules
This commit is contained in:
@@ -17,7 +17,7 @@ RSpec.describe AutoAssignment::AgentAssignmentService do
|
||||
|
||||
before do
|
||||
inbox_members.each { |inbox_member| create(:account_user, account: account, user: inbox_member.user) }
|
||||
allow(::OnlineStatusTracker).to receive(:get_available_users).and_return(online_users)
|
||||
allow(OnlineStatusTracker).to receive(:get_available_users).and_return(online_users)
|
||||
end
|
||||
|
||||
describe '#perform' do
|
||||
|
||||
Reference in New Issue
Block a user