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:
@@ -1,6 +1,6 @@
|
||||
require 'rails_helper'
|
||||
|
||||
RSpec.describe EventDispatcherJob, type: :job do
|
||||
RSpec.describe EventDispatcherJob do
|
||||
subject(:job) { described_class.perform_later(event_name, timestamp, event_data) }
|
||||
|
||||
let!(:conversation) { create(:conversation) }
|
||||
|
||||
Reference in New Issue
Block a user