aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/commands/test.rb
Commit message (Collapse)AuthorAgeFilesLines
* `-e` / `--environment` for the test runner.Yves Senn2015-03-181-1/+1
|
* move argument parsing into the `Runner`.Yves Senn2015-03-181-3/+1
|
* Move some logic to runnerArthur Neves2015-03-181-13/+1
|
* no need to escape the method in a regex wrap, minitest does that for usArthur Neves2015-03-181-1/+1
|
* Add test run by line, and report error by lineArthur Neves2015-03-181-3/+13
|
* spike of a `OptionParser` backed test runner.Yves Senn2015-03-181-0/+9