method

list_tests

Importance_0
v7.1.3.2 - Show latest stable - 0 notes - Class: Runner
list_tests(patterns) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File railties/lib/rails/test_unit/runner.rb, line 101
          def list_tests(patterns)
            tests = Rake::FileList[patterns.any? ? patterns : default_test_glob]
            tests.exclude(default_test_exclude_glob) if patterns.empty?
            tests
          end
Register or log in to add new notes.