We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bf3411 commit c1ae3d7Copy full SHA for c1ae3d7
activesupport/lib/active_support/test_case.rb
@@ -22,7 +22,7 @@ class << self
22
23
def self.__run reporter, options # :nodoc:
24
# FIXME: MT5's runnables is not ordered. This is needed because
25
- # we have have tests have cross-class order-dependent bugs.
+ # we have tests with cross-class order-dependent bugs.
26
suites = Runnable.runnables.sort_by { |ts| ts.name.to_s }
27
28
parallel, serial = suites.partition { |s| s.test_order == :parallel }
0 commit comments