lib/active_support/executor/test_helper.rb



# frozen_string_literal: true

module ActiveSupport::Executor::TestHelper # :nodoc:
  def run(...)
    Rails.application.executor.perform { super }
  end
end