Skip to content

Commit c1ae3d7

Browse files
committed
fix typo in comment [ci skip].
1 parent 8bf3411 commit c1ae3d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activesupport/lib/active_support/test_case.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class << self
2222

2323
def self.__run reporter, options # :nodoc:
2424
# FIXME: MT5's runnables is not ordered. This is needed because
25-
# we have have tests have cross-class order-dependent bugs.
25+
# we have tests with cross-class order-dependent bugs.
2626
suites = Runnable.runnables.sort_by { |ts| ts.name.to_s }
2727

2828
parallel, serial = suites.partition { |s| s.test_order == :parallel }

0 commit comments

Comments
 (0)