Method: Assert::Suite#sorted_tests_to_run

Defined in:
lib/assert/suite.rb

#sorted_tests_to_run(&sort_by_proc) ⇒ Object



60
61
62
# File 'lib/assert/suite.rb', line 60

def sorted_tests_to_run(&sort_by_proc)
  @tests.sort.sort_by(&sort_by_proc)
end