mirror of https://github.com/rails/rails
use assert_operator for better error message
This commit is contained in:
parent
496d761553
commit
4a18e06864
|
@ -799,7 +799,7 @@ module ApplicationTests
|
|||
|
||||
assert_match %r{Interrupt}, @error_output
|
||||
assert_equal 1, matches[3].to_i
|
||||
assert matches[1].to_i < 11
|
||||
assert_operator matches[1].to_i, :<, 11
|
||||
end
|
||||
|
||||
def test_run_in_parallel_with_processes
|
||||
|
|
Loading…
Reference in New Issue