method

with_debug_event_reporting

rails latest stable - Class: ActiveSupport::Testing::EventReporterAssertions

Method not available on this version

This method is only available on newer versions. The first available version (v8.1.1) is shown here.

with_debug_event_reporting(&block)
public

Allows debug events to be reported to Rails.event for the duration of a given block.

with_debug_event_reporting do
  service_that_reports_debug_events.perform
end