module ActiveSupport::Executor::TestHelper

def run(...)

:nodoc:
def run(...)
  Rails.application.executor.perform { super }
end