rake_run(patterns)
public
Running several Rake tasks in a single command
would trip up the runner, as the patterns would also contain the other Rake tasks.
# File railties/lib/rails/test_unit/minitest_plugin.rb, line 62
def self.rake_run(patterns) # :nodoc:
@rake_patterns = patterns
passed = run(Shellwords.split(ENV['TESTOPTS'] || ''))
exit passed unless passed
passed
end