Flowdock
method

default_test_glob

Importance_0
v6.1.3.1 - Show latest stable - 0 notes - Class: Runner
default_test_glob() 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 80
          def default_test_glob
            ENV["DEFAULT_TEST"] || "test/**/*_test.rb"
          end
Register or log in to add new notes.