method

add_setup_exception

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.

add_setup_exception(result, setup_exception)
private

No documentation available.

# File activesupport/lib/active_support/testing/parallelization.rb, line 123
        def add_setup_exception(result, setup_exception)
          result.failures.prepend Minitest::UnexpectedError.new(setup_exception)
        end