method

event_recorders

Method not available on this version

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

event_recorders()
private

No documentation available.

# File activesupport/lib/active_support/testing/event_reporter_assertions.rb, line 81
            def event_recorders
              ActiveSupport::IsolatedExecutionState[:active_support_event_reporter_assertions] ||= []
            end