lib/test/unit/testcase.rb in test-unit-3.5.7 vs lib/test/unit/testcase.rb in test-unit-3.5.8
- old
+ new
@@ -355,10 +355,10 @@
#
# Tests that use Ractor are executed at the end. Because multi
# Ractor mode is enabled in the current process and it's not
# disabled even when only one Ractor is running after running
# a test that uses Ractor on Ruby 3.0. It will be solved in
- # Ruby 3.1.
+ # the future.
#
# This is implemented by setting the `:ractor` attribute of
# the test to `true`.
#
# @param options [Hash] See {Attribute::ClassMethods#attribute}