mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
fix typo in comment [ci skip].
This commit is contained in:
parent
8bf3411de9
commit
c1ae3d7731
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ module Minitest # :nodoc:
|
|||
|
||||
def self.__run reporter, options # :nodoc:
|
||||
# FIXME: MT5's runnables is not ordered. This is needed because
|
||||
# we have have tests have cross-class order-dependent bugs.
|
||||
# we have tests with cross-class order-dependent bugs.
|
||||
suites = Runnable.runnables.sort_by { |ts| ts.name.to_s }
|
||||
|
||||
parallel, serial = suites.partition { |s| s.test_order == :parallel }
|
||||
|
|
Loading…
Reference in a new issue