Source: show | on GitHub
# File railties/lib/rails/test_unit/minitest_plugin.rb, line 67 def run(args = []) if run_via.rake? args = Shellwords.split(ENV["TESTOPTS"] || "") end super end