1
0
Fork 0
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:
Yves Senn 2013-10-28 10:08:55 +01:00
parent 8bf3411de9
commit c1ae3d7731

View file

@ -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 }