This commit is contained in:
Hiroshi SHIBATA 2021-09-08 14:03:46 +09:00
Родитель 988eda744c
Коммит 7ef0a4634c
1 изменённых файлов: 0 добавлений и 8 удалений

Просмотреть файл

@ -1339,14 +1339,6 @@ module Test
status
end
##
# Runs all the +suites+ for a given +type+.
#
def _run_suites suites, type
suites.map { |suite| _run_suite suite, type }
end
##
# Run a single +suite+ for a given +type+.