aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/test_runner_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* tests, use `capture` instead of custom `redirect_stderr` helper.Yves Senn2015-01-301-12/+2
* Add `test:jobs` taskyuuji.yaginuma2014-09-151-3/+14
* Updates to make rails 4 happy with minitest 5:Ryan Davis2013-05-061-10/+10
* add integration test for shorthand rake testsAaron Patterson2013-04-051-0/+7
* extract test info from the command line and set up the test taskAaron Patterson2013-04-051-1/+22
* removing `rails test`, updating docs to show how to use `rake test`Aaron Patterson2013-04-051-6/+0
* do not blow away the test database on every runAaron Patterson2013-04-051-10/+0
* switch the testing tests to use rakeAaron Patterson2013-04-031-20/+23
* apps that depend on active record should load fixturesAaron Patterson2013-04-031-7/+0
* Replace assert_(no_)match args from regexps to strings to remove warningsCarlos Antonio da Silva2013-03-111-40/+40
* Make sure that the test case is run under test envPrem Sichanugrist2013-03-111-1/+17
* Fix test failure introduced in 3ed41e57Prem Sichanugrist2013-03-111-5/+3
* Make sure that `rails test` load test in test envPrem Sichanugrist2013-03-091-1/+44
* Improve wording for rails test commandDalibor Nasevic2013-03-091-8/+8
* Load fixtures only when running suites, or `-f`Prem Sichanugrist2013-03-091-0/+51
* Add support for MiniTest flags in TestRunnerPrem Sichanugrist2013-03-091-0/+21
* Add `rails test` command to run the test suitePrem Sichanugrist and Chris Toomey2013-03-091-0/+183