method

run_cleanup

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

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v6.0.0) is shown here.

run_cleanup(worker)
public

No documentation available.

# File activesupport/lib/active_support/testing/parallelization.rb, line 67
      def run_cleanup(worker)
        self.class.run_cleanup_hooks.each do |cb|
          cb.call(worker)
        end
      end