aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/commands/test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Improve test runner's Minitest integration.Kasper Timm Hansen2015-06-041-2/+2
| | | | | | | | | | | This also adds free mix and matching of directories, files and lines filters. Like so: bin/rails test models/post_test.rb test/integration models/person_test.rb:26 You can also mix in a traditional Minitest filter: bin/rails test test/integration -n /check_it_out/
* `-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