method
with_debug_event_reporting
rails latest stable - Class:
ActiveSupport::Testing::EventReporterAssertions
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