method

parallel_worker_id=

rails latest stable - Class: ActiveSupport::TestCase

Method not available on this version

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

parallel_worker_id=(value)
public

No documentation available.

# File activesupport/lib/active_support/test_case.rb, line 38
      def parallel_worker_id=(value) # :nodoc:
        @@parallel_worker_id = value
      end