aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/commands/test_runner.rb
Commit message (Expand)AuthorAgeFilesLines
* removing `rails test`, updating docs to show how to use `rake test`Aaron Patterson2013-04-051-146/+0
* Make sure that `rails test` load test in test envPrem Sichanugrist2013-03-091-3/+9
* Improve wording for rails test commandDalibor Nasevic2013-03-091-17/+17
* Load fixtures only when running suites, or `-f`Prem Sichanugrist2013-03-091-1/+18
* Add support for MiniTest flags in TestRunnerPrem Sichanugrist2013-03-091-30/+61
* Add `rails test` command to run the test suitePrem Sichanugrist and Chris Toomey2013-03-091-0/+92